Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Element tps:CoordinateSystemsCollection
Namespace tps
Diagram
Properties
content complex
Model
Children tps:Datums, tps:Ellipsoids, tps:Grids
Instance
<tps:CoordinateSystemsCollection xmlns:tps="tps">
  <tps:Ellipsoids>{0,1}</tps:Ellipsoids>
  <tps:Datums>{0,1}</tps:Datums>
  <tps:Grids>{0,1}</tps:Grids>
</tps:CoordinateSystemsCollection>
Source
<xs:element name="CoordinateSystemsCollection">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Ellipsoids" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A collection of Ellipsoids</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="EllipsoidDefinition" type="tps:ellipsoidDefinitionType" maxOccurs="unbounded" minOccurs="0">
              <xs:annotation>
                <xs:documentation>An Ellipsoid definition contains all ellipsoid parameters</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="Datums" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A collection of Datums</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Datum" type="tps:datumType" maxOccurs="unbounded" minOccurs="0">
              <xs:annotation>
                <xs:documentation>A Datum</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="Grids" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A collection of Grids</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Grid" type="tps:gridType" maxOccurs="unbounded" minOccurs="0">
              <xs:annotation>
                <xs:documentation>A grid</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:CoordinateSystemsCollection / tps:Ellipsoids
Namespace tps
Annotations
A collection of Ellipsoids
Diagram
Properties
content complex
minOccurs 0
Model
Children tps:EllipsoidDefinition
Instance
<tps:Ellipsoids xmlns:tps="tps">
  <tps:EllipsoidDefinition id="" idRef="">{0,unbounded}</tps:EllipsoidDefinition>
</tps:Ellipsoids>
Source
<xs:element name="Ellipsoids" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A collection of Ellipsoids</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="EllipsoidDefinition" type="tps:ellipsoidDefinitionType" maxOccurs="unbounded" minOccurs="0">
        <xs:annotation>
          <xs:documentation>An Ellipsoid definition contains all ellipsoid parameters</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:CoordinateSystemsCollection / tps:Ellipsoids / tps:EllipsoidDefinition
Namespace tps
Annotations
An Ellipsoid definition contains all ellipsoid parameters
Diagram
Type tps:ellipsoidDefinitionType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
tps:Name , tps:Comment{0,1} , tps:EpsgCode{0,1} , tps:Units{0,1} , tps:Source{0,1} , tps:A{0,1} , (tps:InvF{0,1} | tps:E{0,1} | tps:B{0,1}) , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:A, tps:B, tps:Comment, tps:E, tps:EpsgCode, tps:InvF, tps:Name, tps:Source, tps:Units
Instance
<tps:EllipsoidDefinition id="" idRef="" xmlns:tps="tps">
  <tps:Name>{1,1}</tps:Name>
  <tps:Comment>{0,1}</tps:Comment>
  <tps:EpsgCode>{0,1}</tps:EpsgCode>
  <tps:Units>{0,1}</tps:Units>
  <tps:Source>{0,1}</tps:Source>
  <tps:A>{0,1}</tps:A>
  <tps:InvF>{0,1}</tps:InvF>
  <tps:E>{0,1}</tps:E>
  <tps:B>{0,1}</tps:B>
</tps:EllipsoidDefinition>
Attributes
QName Type Use Annotation
id xs:ID optional
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
idRef xs:IDREF optional
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:element name="EllipsoidDefinition" type="tps:ellipsoidDefinitionType" maxOccurs="unbounded" minOccurs="0">
  <xs:annotation>
    <xs:documentation>An Ellipsoid definition contains all ellipsoid parameters</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:CoordinateSystemsCollection / tps:Datums
Namespace tps
Annotations
A collection of Datums
Diagram
Properties
content complex
minOccurs 0
Model
Children tps:Datum
Instance
<tps:Datums xmlns:tps="tps">
  <tps:Datum id="" idRef="">{0,unbounded}</tps:Datum>
</tps:Datums>
Source
<xs:element name="Datums" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A collection of Datums</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Datum" type="tps:datumType" maxOccurs="unbounded" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A Datum</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:CoordinateSystemsCollection / tps:Datums / tps:Datum
Namespace tps
Annotations
A Datum
Diagram
Type tps:datumType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
tps:Name , tps:Comment{0,1} , (tps:Ellipsoid{0,1} | tps:EllipsoidDefinition{0,1}) , tps:DisplayName{0,1} , tps:EpsgCode{0,1} , tps:Source{0,1} , tps:AliasDatum{0,1} , tps:DatumTransformation* , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:AliasDatum, tps:Comment, tps:DatumTransformation, tps:DisplayName, tps:Ellipsoid, tps:EllipsoidDefinition, tps:EpsgCode, tps:Name, tps:Source
Instance
<tps:Datum id="" idRef="" xmlns:tps="tps">
  <tps:Name>{1,1}</tps:Name>
  <tps:Comment>{0,1}</tps:Comment>
  <tps:Ellipsoid idRef="">{0,1}</tps:Ellipsoid>
  <tps:EllipsoidDefinition id="" idRef="">{0,1}</tps:EllipsoidDefinition>
  <tps:DisplayName>{0,1}</tps:DisplayName>
  <tps:EpsgCode>{0,1}</tps:EpsgCode>
  <tps:Source>{0,1}</tps:Source>
  <tps:AliasDatum idRef="">{0,1}</tps:AliasDatum>
  <tps:DatumTransformation id="" idRef="">{0,unbounded}</tps:DatumTransformation>
</tps:Datum>
Attributes
QName Type Use Annotation
id xs:ID optional
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
idRef xs:IDREF optional
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:element name="Datum" type="tps:datumType" maxOccurs="unbounded" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A Datum</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:CoordinateSystemsCollection / tps:Grids
Namespace tps
Annotations
A collection of Grids
Diagram
Properties
content complex
minOccurs 0
Model
Children tps:Grid
Instance
<tps:Grids xmlns:tps="tps">
  <tps:Grid id="" idRef="">{0,unbounded}</tps:Grid>
</tps:Grids>
Source
<xs:element name="Grids" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A collection of Grids</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Grid" type="tps:gridType" maxOccurs="unbounded" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A grid</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:CoordinateSystemsCollection / tps:Grids / tps:Grid
Namespace tps
Annotations
A grid
Diagram
Type tps:gridType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
tps:Name , tps:DisplayName{0,1} , tps:Comment{0,1} , tps:EpsgCode{0,1} , tps:Region{0,1} , tps:Axes{0,1} , tps:Source{0,1} , tps:Projection{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Axes, tps:Comment, tps:DisplayName, tps:EpsgCode, tps:Name, tps:Projection, tps:Region, tps:Source
Instance
<tps:Grid id="" idRef="" xmlns:tps="tps">
  <tps:Name>{1,1}</tps:Name>
  <tps:DisplayName>{0,1}</tps:DisplayName>
  <tps:Comment>{0,1}</tps:Comment>
  <tps:EpsgCode>{0,1}</tps:EpsgCode>
  <tps:Region>{0,1}</tps:Region>
  <tps:Axes>{0,1}</tps:Axes>
  <tps:Source>{0,1}</tps:Source>
  <tps:Projection>{0,1}</tps:Projection>
</tps:Grid>
Attributes
QName Type Use Annotation
id xs:ID optional
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
idRef xs:IDREF optional
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:element name="Grid" type="tps:gridType" maxOccurs="unbounded" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A grid</xs:documentation>
  </xs:annotation>
</xs:element>