complexType EntityUserDataType
diagram plmxml_diagrams/plmxml_p317.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttributeBase
properties
base plm:AttributeBase
children plm:Description plm:ApplicationRef plm:EntityRef
used by
element EntityUserData
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
userDataRefs  xsd:IDREFS  required      
annotation
documentation

      This element is used to associate one or more entities with a set of UserData
      elements. It is substitutable for Attribute.
     
      Attributes:
     
      userDataRefs:  IDREFS to the UserData element(s).
     
      Elements:
     
      EntityRef:     Element derived from EntityRef, used to specify which entity
                     is to be associated with the UserData.
     
source <xsd:complexType name="EntityUserDataType">
 
<xsd:annotation>
   
<xsd:documentation>
      This element is used to associate one or more entities with a set of UserData
      elements. It is substitutable for Attribute.
     
      Attributes:
     
      userDataRefs:  IDREFS to the UserData element(s).
     
      Elements:
     
      EntityRef:     Element derived from EntityRef, used to specify which entity
                     is to be associated with the UserData.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttributeBase">
     
<xsd:choice>
       
<xsd:element ref="plm:EntityRef" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:choice>
     
<xsd:attribute name="userDataRefs" type="xsd:IDREFS" use="required" plm:refType="plm:UserData"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute EntityUserDataType/@userDataRefs
type xsd:IDREFS
properties
use required
source <xsd:attribute name="userDataRefs" type="xsd:IDREFS" use="required" plm:refType="plm:UserData"/>


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