complexType UnitDefinitionType
diagram SensorML_p184.png
namespace http://www.opengis.net/gml
type extension of gml:DefinitionType
properties
base gml:DefinitionType
children gml:description gml:name gml:remarks gml:quantityType gml:quantityTypeReference gml:catalogSymbol
used by
element UnitDefinition
complexTypes BaseUnitType ConventionalUnitType DerivedUnitType
source <xs:complexType name="UnitDefinitionType">
 
<xs:complexContent>
   
<xs:extension base="gml:DefinitionType">
     
<xs:sequence>
       
<xs:element ref="gml:quantityType" minOccurs="0"/>
       
<xs:element ref="gml:quantityTypeReference" minOccurs="0"/>
       
<xs:element ref="gml:catalogSymbol" minOccurs="0"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>


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