complexType EntityMaterialType
diagram plmxml_diagrams/plmxml_p312.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:EntityRef
used by
element EntityMaterial
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
materialRef  xsd:IDREF  required      
annotation
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.
     
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>

attribute EntityMaterialType/@materialRef
type xsd:IDREF
properties
use required
source <xsd:attribute name="materialRef" type="xsd:IDREF" use="required" plm:refType="plm:Material"/>


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