Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:coordinateSystemProj / tps:Grid
Namespace tps
Annotations
The grid that defines a projection
Diagram
Type tps:gridType
Type hierarchy
Properties
content complex
minOccurs 0
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" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The grid that defines a projection</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:coordinateSystemProj / tps:Datum
Namespace tps
Annotations
Defines datum (WGS84 by default, if absent)
Diagram
Type tps:datumType
Type hierarchy
Properties
content complex
minOccurs 0
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" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Defines datum (WGS84 by default, if absent)</xs:documentation>
  </xs:annotation>
</xs:element>
Element Group tps:coordinateSystemProj
Namespace tps
Annotations
The properties of the coordinate system
Diagram
Used by
Model
Children tps:Datum, tps:Grid
Source
<xs:group name="coordinateSystemProj">
  <xs:annotation>
    <xs:documentation>The properties of the coordinate system</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Grid" type="tps:gridType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The grid that defines a projection</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Datum" type="tps:datumType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Defines datum (WGS84 by default, if absent)</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>