| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of plm:EntityRefBase | ||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
| children | plm:Description plm:ApplicationRef | ||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xsd:complexType name="GUIDRefType"> <xsd:annotation> <xsd:documentation> GUID reference element. This simply specifies the GUID of the entity being referenced. Attribute: guid: The GUID of the entity referenced, in the form of a string containing 32 hex digits, with arbitrary non-hex spacing characters. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:EntityRefBase"> <xsd:attribute name="guid" type="xsd:string" use="required"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:attribute name="guid" type="xsd:string" use="required"/> |