diagram | ![]() |
||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||
type | extension of gml:AbstractGeneralDerivedCRSType | ||||||||||||||
properties |
|
||||||||||||||
children | gml:metaDataProperty gml:srsName gml:srsID gml:remarks gml:validArea gml:scope gml:baseCRS gml:definedByConversion gml:derivedCRSType gml:usesCS | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="DerivedCRSType"> <xs:annotation> <xs:documentation>A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system. This category includes coordinate reference systems derived from a projected coordinate reference system. </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:AbstractGeneralDerivedCRSType"> <xs:sequence> <xs:element ref="gml:derivedCRSType"/> <xs:element ref="gml:usesCS"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |