Annotations
|
The MaterialClassEnumType enumerates often-used material types. |
|
Diagram
|
|
Type |
restriction of xs:NMTOKEN |
Facets
|
enumeration |
PLASTIC |
|
enumeration |
METAL |
|
enumeration |
WOOD |
|
enumeration |
STONE |
|
enumeration |
RUBBER |
|
enumeration |
COMPOSITE |
|
enumeration |
FOAM |
|
enumeration |
CERAMIC |
|
enumeration |
GLASS |
|
|
Used by
|
|
Source
|
<xs:simpleType name="MaterialClassEnumType">
<xs:annotation>
<xs:documentation>The MaterialClassEnumType enumerates often-used material types.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="PLASTIC"/>
<xs:enumeration value="METAL"/>
<xs:enumeration value="WOOD"/>
<xs:enumeration value="STONE"/>
<xs:enumeration value="RUBBER"/>
<xs:enumeration value="COMPOSITE"/>
<xs:enumeration value="FOAM"/>
<xs:enumeration value="CERAMIC"/>
<xs:enumeration value="GLASS"/>
</xs:restriction>
</xs:simpleType> |
|
Schema location |
file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd |