complexType UnitDefinitionType
diagram sensorML_p1737.png
namespace http://www.opengis.net/gml/3.2
type extension of gml:DefinitionType
properties
base gml:DefinitionType
children gml:metaDataProperty gml:description gml:descriptionReference gml:identifier gml:name gml:remarks gml:quantityType gml:quantityTypeReference gml:catalogSymbol
used by
element UnitDefinition
complexTypes BaseUnitType ConventionalUnitType DerivedUnitType
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="UnitDefinitionType">
 
<complexContent>
   
<extension base="gml:DefinitionType">
     
<sequence>
       
<element ref="gml:quantityType" minOccurs="0"/>
       
<element ref="gml:quantityTypeReference" minOccurs="0"/>
       
<element ref="gml:catalogSymbol" minOccurs="0"/>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>


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