| 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="AttributeRefType"> <xsd:annotation> <xsd:documentation> Attribute reference element. The reference is based on a user defined named attribute on the host representation. This type enables the author to note the attribute name, field name/index and the value of the attribute. Attributes: attribute: The name of the attribute to query, e.g. "COMPANYNAME/Tracking_attribute". field: The name of the field within the attribute. index: The index of the field within the attribute, if its name is not given. (The first field is index 0). value: The value of the attribute to match. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:EntityRefBase"> <xsd:attribute name="attribute" type="xsd:string" use="required"/> <xsd:attribute name="field" type="xsd:string" use="optional"/> <xsd:attribute name="index" type="xsd:integer" use="optional"/> <xsd:attribute name="value" type="xsd:string" use="required"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:attribute name="attribute" type="xsd:string" use="required"/> |
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:attribute name="field" type="xsd:string" use="optional"/> |
| type | xsd:integer | ||
| properties |
|
||
| source | <xsd:attribute name="index" type="xsd:integer" use="optional"/> |
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:attribute name="value" type="xsd:string" use="required"/> |