Documentation for fieldgml

Complex Type: DerivedCRSTypeType

[Table of contents]

Super-types: gml:CodeType < DerivedCRSTypeType (by restriction)
Sub-types: None
Name DerivedCRSTypeType
Abstract no
Documentation Type of a derived coordinate reference system.
XML Instance Representation
<...
codeSpace="anyURI [1]

'Reference to a source of information specifying the values and meanings of all the allowed string values for this DerivedCRSTypeType.'

"
>
gml:CodeType
</...>
Diagram
Schema Component Representation
<complexType name="DerivedCRSTypeType">
<simpleContent>
<restriction base=" gml:CodeType ">
<attribute name="codeSpace" type=" anyURI " use="required"/>
</restriction>
</simpleContent>
</complexType>