Annotations
|
The PointSamplingStrategyEnumType enumerates point sampling strategy types as given in ISO14406:2010. |
|
Diagram
|
|
Type |
restriction of xs:NMTOKEN |
Facets
|
enumeration |
ORTHOGONALGRID |
|
enumeration |
BIRDCAGE |
|
enumeration |
POLARGRID |
|
enumeration |
SPECIFIEDGRID |
|
enumeration |
STRATIFIED |
|
enumeration |
HELIX |
|
enumeration |
SPIRAL |
|
enumeration |
SPIDERWEB |
|
enumeration |
POINTS |
|
|
Used by
|
|
Source
|
<xs:simpleType name="PointSamplingStrategyEnumBaseType">
<xs:annotation>
<xs:documentation>The PointSamplingStrategyEnumType enumerates point sampling strategy types as given in ISO14406:2010.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="ORTHOGONALGRID"/>
<xs:enumeration value="BIRDCAGE"/>
<xs:enumeration value="POLARGRID"/>
<xs:enumeration value="SPECIFIEDGRID"/>
<xs:enumeration value="STRATIFIED"/>
<xs:enumeration value="HELIX"/>
<xs:enumeration value="SPIRAL"/>
<xs:enumeration value="SPIDERWEB"/>
<xs:enumeration value="POINTS"/>
</xs:restriction>
</xs:simpleType> |
|
Schema location |
file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Expressions.xsd |