complexType ConventionalUnitType
diagram SensorML_p130.png
namespace http://www.opengis.net/gml
type extension of gml:UnitDefinitionType
properties
base gml:UnitDefinitionType
children gml:description gml:name gml:remarks gml:quantityType gml:quantityTypeReference gml:catalogSymbol gml:conversionToPreferredUnit gml:roughConversionToPreferredUnit gml:derivationUnitTerm
used by
element ConventionalUnit
source <xs:complexType name="ConventionalUnitType">
 
<xs:complexContent>
   
<xs:extension base="gml:UnitDefinitionType">
     
<xs:sequence>
       
<xs:choice>
         
<xs:element ref="gml:conversionToPreferredUnit"/>
         
<xs:element ref="gml:roughConversionToPreferredUnit"/>
       
</xs:choice>
       
<xs:element ref="gml:derivationUnitTerm" minOccurs="0" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>


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