diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/swe/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of swe:AbstractSimpleComponentType | ||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
children | swe:extension swe:identifier swe:label swe:description swe:quality swe:nilValues swe:uom swe:constraint swe:value | ||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <complexType name="QuantityType"> <complexContent> <extension base="swe:AbstractSimpleComponentType"> <sequence> <element name="uom" type="swe:UnitReference"> <annotation> <documentation>Unit of measure used to express the value of this data component</documentation> </annotation> </element> <element name="constraint" type="swe:AllowedValuesPropertyType" minOccurs="0" maxOccurs="1"/> <element name="value" type="double" minOccurs="0" maxOccurs="1"> <annotation> <documentation>Value is optional, to enable structure to act as a schema for values provided using other encodings</documentation> </annotation> </element> </sequence> </extension> </complexContent> </complexType> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/swe/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | swe:UnitReference | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <element name="uom" type="swe:UnitReference"> <annotation> <documentation>Unit of measure used to express the value of this data component</documentation> </annotation> </element> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/swe/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||||
type | swe:AllowedValuesPropertyType | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | swe:AllowedValues | ||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <element name="constraint" type="swe:AllowedValuesPropertyType" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||||
namespace | http://www.opengis.net/swe/2.0 | ||||||||
type | double | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <element name="value" type="double" minOccurs="0" maxOccurs="1"> <annotation> <documentation>Value is optional, to enable structure to act as a schema for values provided using other encodings</documentation> </annotation> </element> |