| diagram | ![]() |
||
| namespace | http://www.opengis.net/swe/1.0.1 | ||
| children | gml:UnitDefinition | ||
| used by |
|
||
| annotation |
|
||
| 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> |
| type | swe:UomSymbol | ||
| properties |
|
||
| facets |
|
||
| annotation |
|
||
| 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> |