Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element TypeOfCoordinatesType / CoordinateEnum
Annotations
The CoordinateEnum element describes an often-used coordinate system type.
Diagram
Diagram PrimitivesPMI_xsd_Simple_Type_CoordinateEnumType.tmp#CoordinateEnumType
Type CoordinateEnumType
Properties
content simple
Facets
enumeration CARTESIAN_2D
enumeration POLAR_2D
enumeration CARTESIAN_3D
enumeration CYLINDRICAL_3D
enumeration SPHERICAL_3D
enumeration UNDEFINED
Source
<xs:element name="CoordinateEnum" type="CoordinateEnumType">
  <xs:annotation>
    <xs:documentation>The CoordinateEnum element describes an often-used coordinate system type.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element TypeOfCoordinatesType / OtherCoordinate
Annotations
The OtherCoordinate element describes a coordinate system type in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherCoordinate" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherCoordinate element describes a coordinate system type in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type TypeOfCoordinatesType
Annotations
The TypeOfCoordinatesType defines a coordinate system type.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_TypeOfCoordinatesType.tmp#TypeOfCoordinatesType_CoordinateEnum PrimitivesPMI_xsd_Complex_Type_TypeOfCoordinatesType.tmp#TypeOfCoordinatesType_OtherCoordinate
Used by
Children CoordinateEnum, OtherCoordinate
Source
<xs:complexType name="TypeOfCoordinatesType">
  <xs:annotation>
    <xs:documentation>The TypeOfCoordinatesType defines a coordinate system type.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="CoordinateEnum" type="CoordinateEnumType">
      <xs:annotation>
        <xs:documentation>The CoordinateEnum element describes an often-used coordinate system type.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherCoordinate" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherCoordinate element describes a coordinate system type in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd