<xs:element name="Name" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The name of the projection</xs:documentation></xs:annotation></xs:element>
<xs:element name="DisplayName" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The display name of the projection</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="Comment" type="xs:string"><xs:annotation><xs:documentation>The comment for the projection</xs:documentation></xs:annotation></xs:element>
The code of the projection 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 projection by The European Petroleum Survey Group</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="Units" type="tps:projectionUnitsType"><xs:annotation><xs:documentation>The units used in the projection parameters</xs:documentation></xs:annotation></xs:element>
The type of the projection coordinate system. Could be TMERC, LC, STER, etc.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element minOccurs="0" name="Type" type="xs:string"><xs:annotation><xs:documentation>The type of the projection coordinate system. Could be TMERC, LC, STER, etc.</xs:documentation></xs:annotation></xs:element>
<xs:element name="TableProjection" type="tps:tableProjectionType"><xs:annotation><xs:documentation>Projection properties for the grid defined in a library</xs:documentation></xs:annotation></xs:element>
<xs:element name="ParamsProjection" type="tps:paramsProjectionType"><xs:annotation><xs:documentation>Projection parameters in case of parameters-based grid</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="projectionType"><xs:sequence minOccurs="0"><xs:element name="Name" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The name of the projection</xs:documentation></xs:annotation></xs:element><xs:element name="DisplayName" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The display name of the projection</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Comment" type="xs:string"><xs:annotation><xs:documentation>The comment for the projection</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="EpsgCode" type="xs:string"><xs:annotation><xs:documentation>The code of the projection by The European Petroleum Survey Group</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="Units" type="tps:projectionUnitsType"><xs:annotation><xs:documentation>The units used in the projection parameters</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Type" type="xs:string"><xs:annotation><xs:documentation>The type of the projection coordinate system. Could be TMERC, LC, STER, etc.</xs:documentation></xs:annotation></xs:element><xs:choice minOccurs="0"><xs:element name="TableProjection" type="tps:tableProjectionType"><xs:annotation><xs:documentation>Projection properties for the grid defined in a library</xs:documentation></xs:annotation></xs:element><xs:element name="ParamsProjection" type="tps:paramsProjectionType"><xs:annotation><xs:documentation>Projection parameters in case of parameters-based grid</xs:documentation></xs:annotation></xs:element></xs:choice><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:complexType>