<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>
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>
<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>
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)
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>