complexType DefinitionBaseType
diagram sensorML_p1007.png
namespace http://www.opengis.net/gml/3.2
type restriction of gml:AbstractGMLType
properties
base gml:AbstractGMLType
children gml:metaDataProperty gml:description gml:descriptionReference gml:identifier gml:name
used by
complexType DefinitionType
attributes
Name  Type  Use  Default  Fixed  annotation
idIDrequired      
documentation
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
source <complexType name="DefinitionBaseType">
 
<complexContent>
   
<restriction base="gml:AbstractGMLType">
     
<sequence>
       
<element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded"/>
       
<element ref="gml:description" minOccurs="0"/>
       
<element ref="gml:descriptionReference" minOccurs="0"/>
       
<element ref="gml:identifier"/>
       
<element ref="gml:name" minOccurs="0" maxOccurs="unbounded"/>
     
</sequence>
     
<attribute ref="gml:id" use="required"/>
   
</restriction>
 
</complexContent>
</complexType>


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