complexType AbstractDatumType
diagram SensorML_p115.png
namespace http://www.opengis.net/gml
type extension of gml:IdentifiedObjectType
properties
base gml:IdentifiedObjectType
abstract true
children gml:description gml:name gml:remarks gml:scope gml:anchorDefinition gml:realizationEpoch
used by
element AbstractDatum
complexTypes EngineeringDatumType TemporalDatumBaseType
source <xs:complexType name="AbstractDatumType" abstract="true">
 
<xs:complexContent>
   
<xs:extension base="gml:IdentifiedObjectType">
     
<xs:sequence>
       
<xs:element ref="gml:scope" maxOccurs="unbounded"/>
       
<xs:element ref="gml:anchorDefinition" minOccurs="0"/>
       
<xs:element ref="gml:realizationEpoch" minOccurs="0"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>


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