diagram | ![]() |
||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||
type | extension of gml:AbstractReferenceSystemType | ||||||||||||||
properties |
|
||||||||||||||
children | gml:metaDataProperty gml:srsName gml:srsID gml:remarks gml:validArea gml:scope gml:baseCRS gml:definedByConversion | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="AbstractGeneralDerivedCRSType" abstract="true"> <xs:annotation> <xs:documentation>A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum). This abstract complexType shall not be used, extended, or restricted, in an Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document. </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:AbstractReferenceSystemType"> <xs:sequence> <xs:element ref="gml:baseCRS"/> <xs:element ref="gml:definedByConversion"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |