Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element tps:gridType / tps:Name
Namespace tps
Annotations
The name of the grid
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the grid</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:gridType / tps:DisplayName
Namespace tps
Annotations
The name to display for the grid
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="DisplayName" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name to display for the grid</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:gridType / tps:Comment
Namespace tps
Annotations
The comment for the grid
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Comment" type="xs:string">
  <xs:annotation>
    <xs:documentation>The comment for the grid</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:gridType / tps:EpsgCode
Namespace tps
Annotations
The code of the grid by The European Petroleum Survey Group
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="EpsgCode" type="xs:string">
  <xs:annotation>
    <xs:documentation>The code of the grid by The European Petroleum Survey Group</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:gridType / tps:Region
Namespace tps
Annotations
The region of the grid
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Region" type="xs:string">
  <xs:annotation>
    <xs:documentation>The region of the grid</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:gridType / tps:Axes
Namespace tps
Annotations
The direction of Axes in the grid
Diagram
Type tps:AxesDirectionType
Properties
content simple
minOccurs 0
default NE
Facets
enumeration NE
enumeration ES
enumeration SE
enumeration EN
enumeration WN
enumeration WS
enumeration SW
enumeration NW
Source
<xs:element minOccurs="0" name="Axes" type="tps:AxesDirectionType" default="NE">
  <xs:annotation>
    <xs:documentation>The direction of Axes in the grid</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:gridType / tps:Source
Namespace tps
Annotations
The source of the grid
Diagram
Type tps:csSourceType
Properties
content simple
minOccurs 0
default undefined
Facets
enumeration predefined
enumeration external
enumeration userdefined
enumeration undefined
Source
<xs:element minOccurs="0" name="Source" type="tps:csSourceType" default="undefined">
  <xs:annotation>
    <xs:documentation>The source of the grid</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:gridType / tps:Projection
Namespace tps
Annotations
The projection used in the grid
Diagram
Type tps:projectionType
Properties
content complex
minOccurs 0
Model
tps:Name{0,1} , tps:DisplayName{0,1} , tps:Comment{0,1} , tps:EpsgCode{0,1} , tps:Axes{0,1} , tps:Units{0,1} , tps:Type{0,1} , (tps:TableProjection | tps:ParamsProjection) , (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:ParamsProjection, tps:TableProjection, tps:Type, tps:Units
Instance
<tps:Projection xmlns:tps="tps">
  <tps:Name>{0,1}</tps:Name>
  <tps:DisplayName>{0,1}</tps:DisplayName>
  <tps:Comment>{0,1}</tps:Comment>
  <tps:EpsgCode>{0,1}</tps:EpsgCode>
  <tps:Axes>{0,1}</tps:Axes>
  <tps:Units>{0,1}</tps:Units>
  <tps:Type>{0,1}</tps:Type>
  <tps:TableProjection>{1,1}</tps:TableProjection>
  <tps:ParamsProjection>{1,1}</tps:ParamsProjection>
</tps:Projection>
Source
<xs:element minOccurs="0" name="Projection" type="tps:projectionType">
  <xs:annotation>
    <xs:documentation>The projection used in the grid</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:gridType
Namespace tps
Annotations
The grid that defines a localization
Diagram
Type extension of tps:actionObjectType
Type hierarchy
Used by
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
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:complexType name="gridType">
  <xs:annotation>
    <xs:documentation>The grid that defines a localization</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:actionObjectType">
      <xs:sequence>
        <xs:element name="Name" type="xs:string">
          <xs:annotation>
            <xs:documentation>The name of the grid</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="DisplayName" type="xs:string">
          <xs:annotation>
            <xs:documentation>The name to display for the grid</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Comment" type="xs:string">
          <xs:annotation>
            <xs:documentation>The comment for the grid</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="EpsgCode" type="xs:string">
          <xs:annotation>
            <xs:documentation>The code of the grid by The European Petroleum Survey Group</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Region" type="xs:string">
          <xs:annotation>
            <xs:documentation>The region of the grid</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Axes" type="tps:AxesDirectionType" default="NE">
          <xs:annotation>
            <xs:documentation>The direction of Axes in the grid</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Source" type="tps:csSourceType" default="undefined">
          <xs:annotation>
            <xs:documentation>The source of the grid</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Projection" type="tps:projectionType">
          <xs:annotation>
            <xs:documentation>The projection used in the grid</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>