complexType UomPropertyType
diagram SensorML_p531.png
namespace http://www.opengis.net/swe/1.0.1
children gml:UnitDefinition
used by
elements Quantity/uom QuantityRange/uom Time/uom TimeRange/uom
annotation
documentation
Property type that indicates unit-of-measure, either by (i) inline definition; (ii)  reference; (iii)  UCUM code
source <xs:complexType name="UomPropertyType">
 
<xs:annotation>
   
<xs:documentation>Property type that indicates unit-of-measure, either by (i) inline definition; (ii)  reference; (iii)  UCUM code</xs:documentation>
 
</xs:annotation>
 
<xs:sequence minOccurs="0">
   
<xs:element ref="gml:UnitDefinition">
     
<xs:annotation>
       
<xs:documentation>Defines a unit inline</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="code" type="swe:UomSymbol">
   
<xs:annotation>
     
<xs:documentation>Specifies a unit by using a UCUM expression (prefered)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attributeGroup ref="gml:AssociationAttributeGroup">
   
<xs:annotation>
     
<xs:documentation>Specifies a unit by referencing a dictionary entry (to be used only for units not defined in UCUM)</xs:documentation>
   
</xs:annotation>
 
</xs:attributeGroup>
</xs:complexType>

attribute UomPropertyType/@code
type swe:UomSymbol
properties
isRef 0
facets
pattern [^: \n\r\t]+
annotation
documentation
Specifies a unit by using a UCUM expression (prefered)
source <xs:attribute name="code" type="swe:UomSymbol">
 
<xs:annotation>
   
<xs:documentation>Specifies a unit by using a UCUM expression (prefered)</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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