Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type DimensionCountEnumType
Annotations
The DimensionCountEnumType enumerates values that describe whether a feature or a characteristic is two dimensional or three dimensional.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration TWODIMENSIONAL
enumeration THREEDIMENSIONAL
Used by
Source
<xs:simpleType name="DimensionCountEnumType">
  <xs:annotation>
    <xs:documentation>The DimensionCountEnumType enumerates values that describe whether a feature or a characteristic is two dimensional or three dimensional.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="TWODIMENSIONAL"/>
    <xs:enumeration value="THREEDIMENSIONAL"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd