complexType DerivationUnitTermType
diagram index_p1614.png
namespace http://www.opengis.net/gml
type extension of gml:UnitOfMeasureType
properties
base gml:UnitOfMeasureType
used by
element derivationUnitTerm
attributes
Name  Type  Use  Default  Fixed  annotation
uomxs:anyURIrequired      
documentation
Reference to a unit of measure definition, usually within the same XML document but possibly outside the XML document which contains this reference. For a reference within the same XML document, the "#" symbol should be used, followed by a text abbreviation of the unit name. However, the "#" symbol may be optional, and still may be interpreted as a reference.
exponentxs:integer      
annotation
documentation
Definition of one unit term for a derived unit of measure. This unit term references another unit of measure (uom) and provides an integer exponent applied to that unit in defining the compound unit. The exponent can be positive or negative, but not zero.
source <xs:complexType name="DerivationUnitTermType">
 
<xs:annotation>
   
<xs:documentation>Definition of one unit term for a derived unit of measure. This unit term references another unit of measure (uom) and provides an integer exponent applied to that unit in defining the compound unit. The exponent can be positive or negative, but not zero.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:UnitOfMeasureType">
     
<xs:attribute name="exponent" type="integer"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute DerivationUnitTermType/@exponent
type xs:integer
properties
isRef 0
source <xs:attribute name="exponent" type="integer"/>


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