complexType UnitDefinitionType
diagram index_p1621.png
namespace http://www.opengis.net/gml
type extension of gml:DefinitionType
properties
base gml:DefinitionType
children gml:metaDataProperty gml:description gml:name gml:quantityType gml:catalogSymbol
used by
element UnitDefinition
complexTypes BaseUnitType ConventionalUnitType DerivedUnitType
attributes
Name  Type  Use  Default  Fixed  annotation
idrequired      
documentation
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
annotation
documentation
Definition of a unit of measure (or uom). The definition includes a quantityType property, which indicates the phenomenon to which the units apply, and a catalogSymbol, which gives the short symbol used for this unit. This element is used when the relationship of this unit to other units or units systems is unknown.
source <xs:complexType name="UnitDefinitionType">
 
<xs:annotation>
   
<xs:documentation>Definition of a unit of measure (or uom). The definition includes a quantityType property, which indicates the phenomenon to which the units apply, and a catalogSymbol, which gives the short symbol used for this unit. This element is used when the relationship of this unit to other units or units systems is unknown.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:DefinitionType">
     
<xs:sequence>
       
<xs:element ref="gml:quantityType"/>
       
<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