Annotations
|
The RoughnessLayEnumType enumerates values that describe directions of lay. |
|
Diagram
|
|
Type |
restriction of xs:NMTOKEN |
Facets
|
enumeration |
PARALLEL |
|
enumeration |
PERPENDICULAR |
|
enumeration |
CROSS_HATCH |
|
enumeration |
MULTI_DIRECTIONAL |
|
enumeration |
CIRCULAR |
|
enumeration |
RADIAL |
|
enumeration |
PARTICULATE |
|
|
Used by
|
|
Source
|
<xs:simpleType name="RoughnessLayEnumType">
<xs:annotation>
<xs:documentation>The RoughnessLayEnumType enumerates values that describe directions of lay.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="PARALLEL"/>
<xs:enumeration value="PERPENDICULAR"/>
<xs:enumeration value="CROSS_HATCH"/>
<xs:enumeration value="MULTI_DIRECTIONAL"/>
<xs:enumeration value="CIRCULAR"/>
<xs:enumeration value="RADIAL"/>
<xs:enumeration value="PARTICULATE"/>
</xs:restriction>
</xs:simpleType> |
|
Schema location |
file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd |