complexType GUIDTableType
diagram plmxml_diagrams/plmxml_p1535.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:DescriptionBase
properties
base plm:DescriptionBase
children plm:Description plm:ApplicationRef plm:GUID
used by
element EntityMonikerRefType/GUIDTable
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
annotation
documentation

  Datatype for defining a table of GUIDs for later
  use by the entity reference elements. These values
  are the GUIDs used on the target body or entity and
  provide a mechanism to 'shorthand' the moniker information
  without having to repeat lengthy GUID strings.
 
source <xsd:complexType name="GUIDTableType">
 
<xsd:annotation>
   
<xsd:documentation>
  Datatype for defining a table of GUIDs for later
  use by the entity reference elements. These values
  are the GUIDs used on the target body or entity and
  provide a mechanism to 'shorthand' the moniker information
  without having to repeat lengthy GUID strings.
 
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:DescriptionBase">
     
<xsd:choice maxOccurs="unbounded">
       
<xsd:element name="GUID" type="plm:GUIDType"/>
     
</xsd:choice>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element GUIDTableType/GUID
diagram plmxml_diagrams/plmxml_p1536.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:GUIDType
properties
content complex
children plm:Description plm:ApplicationRef
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
value  xsd:string  required      
source <xsd:element name="GUID" type="plm:GUIDType"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy