diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:EntityRef | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="EntityMaterialType"> <xsd:annotation> <xsd:documentation> Element used to associate an entity with a material (colour). Attributes: materialRef: IDREF to the material element. Elements: EntityRef: Element derived from EntityRef, used to specify which entity is to be associated with the material. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:choice> <xsd:element ref="plm:EntityRef" minOccurs="0" maxOccurs="unbounded"/> </xsd:choice> <xsd:attribute name="materialRef" type="xsd:IDREF" use="required" plm:refType="plm:Material"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:IDREF | ||
properties |
|
||
source | <xsd:attribute name="materialRef" type="xsd:IDREF" use="required" plm:refType="plm:Material"/> |