complexType GUIDRefType
diagram plmxml_diagrams/plmxml_p345.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:EntityRefBase
properties
base plm:EntityRefBase
children plm:Description plm:ApplicationRef
used by
element GUIDRef
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
contextRef  plm:anyURIType  optional      
select  plm:RefSelectType    single    
guid  xsd:string  required      
annotation
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.
     
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>

attribute GUIDRefType/@guid
type xsd:string
properties
use required
source <xsd:attribute name="guid" type="xsd:string" use="required"/>


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