Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type LinearCoordinateDirectionEnumType
Annotations
The LinearCoordinateDirectionEnumType enumerates values that
describe the direction for a linear coordinate characteristic.
  XAXIS and YAXIS are used with a 2D Cartesian coordinate system.
  RADIAL and ANGULAR are used with a 2D Polar coordinate system.
  XAXIS, YAXIS, and ZAXIS are used with a 3D Cartesian coordinate
    system.
  RADIAL, AZIMUTH, and ZAXIS are used with a 3D Cylindrical
    coordinate system.
  RADIAL, POLAR, and AZIMUTH are used with a 3D Spherical
    coordinate system.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration XAXIS
enumeration YAXIS
enumeration ZAXIS
enumeration RADIAL
Used by
Source
<xs:simpleType name="LinearCoordinateDirectionEnumType">
  <xs:annotation>
    <xs:documentation>The LinearCoordinateDirectionEnumType enumerates values that describe the direction for a linear coordinate characteristic. XAXIS and YAXIS are used with a 2D Cartesian coordinate system. RADIAL and ANGULAR are used with a 2D Polar coordinate system. XAXIS, YAXIS, and ZAXIS are used with a 3D Cartesian coordinate system. RADIAL, AZIMUTH, and ZAXIS are used with a 3D Cylindrical coordinate system. RADIAL, POLAR, and AZIMUTH are used with a 3D Spherical coordinate system.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="XAXIS"/>
    <xs:enumeration value="YAXIS"/>
    <xs:enumeration value="ZAXIS"/>
    <xs:enumeration value="RADIAL"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd