diagram | |||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||
type | extension of plm:AttributeBase | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:EntityRef | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
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> |
type | xsd:IDREFS | ||
properties |
|
||
source | <xsd:attribute name="userDataRefs" type="xsd:IDREFS" use="required" plm:refType="plm:UserData"/> |