Class ConventionalUnitType


  • public class ConventionalUnitType
    extends UnitDefinitionType
    Definition of a unit of measure which is related to a preferred unit for this quantity type through a conversion formula. A method for deriving this unit by algebraic combination of more primitive units, may also be provided.

    Java class for ConventionalUnitType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ConventionalUnitType">
       <complexContent>
         <extension base="{http://www.opengis.net/gml}UnitDefinitionType">
           <sequence>
             <choice>
               <element ref="{http://www.opengis.net/gml}conversionToPreferredUnit"/>
               <element ref="{http://www.opengis.net/gml}roughConversionToPreferredUnit"/>
             </choice>
             <element ref="{http://www.opengis.net/gml}derivationUnitTerm" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>