<xs:element name="CoordinateSystem">
<xs:annotation>
<xs:documentation>
Simplified coordinate systems definitions to reuse work done by
EPSG (European Petroleum Survey Group)
EPSG Code: EPSG has reserved the integer range 0 to 32767 for use as codes for coordinate systems.
Example: Represents Australian Map Grid Zone 52
name="AGD66 - AMG Zone 52" , epsgCode="20252"
Example: Represents Colorado CS27 South Zone
name="NAD27-Colorado South" , epsgCode="26755"
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Start" minOccurs="0" />
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
<xs:any namespace="##other" processContents="skip" minOccurs="0" />
</xs:sequence>
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="name" type="xs:string" />
<xs:attribute name="fileLocation" type="xs:anyURI" />
<xs:attribute name="epsgCode" type="xs:string" />
<xs:attribute name="rotationAngle" type="angle" />
<xs:attribute name="datum" type="xs:string" />
<xs:attribute name="horizontalDatum" type="xs:string" />
<xs:attribute name="verticalDatum" type="xs:string" />
<xs:attribute name="ellipsoidName" type="xs:string" />
<xs:attribute name="fittedCoordinateSystemName" type="xs:string" />
<xs:attribute name="horizontalCoordinateSystemName" type="xs:string" />
<xs:attribute name="compoundCoordinateSystemName" type="xs:string" />
<xs:attribute name="localCoordinateSystemName" type="xs:string" />
<xs:attribute name="geographicCoordinateSystemName" type="xs:string" />
<xs:attribute name="projectedCoordinateSystemName" type="xs:string" />
<xs:attribute name="geocentricCoordinateSystemName" type="xs:string" />
<xs:attribute name="verticalCoordinateSystemName" type="xs:string" />
<!-- should obit these, never used -->
<!-- *********************** -->
</xs:complexType>
</xs:element>
|