complexType VerticalDatumType
diagram index_p1187.png
namespace http://www.opengis.net/gml
type extension of gml:AbstractDatumType
properties
base gml:AbstractDatumType
children gml:metaDataProperty gml:datumName gml:datumID gml:remarks gml:anchorPoint gml:realizationEpoch gml:validArea gml:scope gml:verticalDatumType
used by
element VerticalDatum
attributes
Name  Type  Use  Default  Fixed  annotation
idrequired      
documentation
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
annotation
documentation
A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface, including its position with respect to the Earth for any of the height types recognized by this standard. There are several types of Vertical Datums, and each may place constraints on the Coordinate Axis with which it is combined to create a Vertical CRS.
source <xs:complexType name="VerticalDatumType">
 
<xs:annotation>
   
<xs:documentation>A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface, including its position with respect to the Earth for any of the height types recognized by this standard. There are several types of Vertical Datums, and each may place constraints on the Coordinate Axis with which it is combined to create a Vertical CRS. </xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:AbstractDatumType">
     
<xs:sequence>
       
<xs:element ref="gml:verticalDatumType" minOccurs="0"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy