Definition Type: ComplexType
Name: ProjectedCRSType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractGeneralDerivedCRSType
Containing Schema: coordinateReferenceSystems.xsd
Abstract
Documentation:
A coordinate reference system used to approximate the shape of the earth on a planar surface, but in such a way that the distortion that is inherent to the approximation is carefully controlled and known. Distortion correction is commonly applied to calculated bearings and distances to produce values that are a close match to actual field values.
Collapse XSD Schema Diagram:
Drilldown into usesCS in schema coordinatereferencesystems_xsd Drilldown into definedByConversion in schema coordinatereferencesystems_xsd Drilldown into sourceCRS in schema coordinatereferencesystems_xsd Drilldown into crsID in schema referencesystems_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractCRSObjectType in schema referencesystems_xsd Drilldown into AbstractReferenceSystemType in schema referencesystems_xsd Drilldown into AbstractCRSType in schema referencesystems_xsd Drilldown into AbstractCoordinateReferenceSystemType in schema coordinatereferencesystems_xsd Drilldown into AbstractGeneralDerivedCRSType in schema coordinatereferencesystems_xsdXSD Diagram of ProjectedCRSType in schema coordinatereferencesystems_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<xsd:complexType name="ProjectedCRSType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
        <xsd:documentation>A coordinate reference system used to approximate the shape of the earth on a planar surface, but in such a way that the distortion that is inherent to the approximation is carefully controlled and known. Distortion correction is commonly applied to calculated bearings and distances to produce values that are a close match to actual field values. </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="gml:AbstractGeneralDerivedCRSType">
            <xsd:sequence>
                <xsd:element name="usesCS" type="gml:CartesianCSRefType">
                    <xsd:annotation>
                        <xsd:documentation>Association to the Cartesian coordinate system used by this projected CRS. </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
crsID gml:crsID (1) (1)
sourceCRS gml:sourceCRS (1) (1)
definedByConversion gml:definedByConversion (1) (1)
usesCS gml:usesCS (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:ProjectedCRS