| diagram | ![]() |
||
| namespace | http://www.opengis.net/swe/1.0.1 | ||
| properties |
|
||
| children | swe:min swe:max swe:interval swe:valueList | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:element name="AllowedValues"> <xs:annotation> <xs:documentation>List of allowed values (There is an implicit AND between all members)</xs:documentation> </xs:annotation> <xs:complexType> <xs:choice> <xs:choice> <xs:element name="min" type="xs:double"> <xs:annotation> <xs:documentation>Specifies minimum allowed value for an open interval (no max)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="max" type="xs:double"> <xs:annotation> <xs:documentation>Specifies maximum allowed value for an open interval (no min)</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:choice maxOccurs="unbounded"> <xs:element name="interval" type="swe:decimalPair"> <xs:annotation> <xs:documentation>Range of allowed values (closed interval) for this component</xs:documentation> </xs:annotation> </xs:element> <xs:element name="valueList" type="swe:decimalList"> <xs:annotation> <xs:documentation>List of allowed values for this component</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:choice> <xs:attribute name="id" type="xs:ID"/> </xs:complexType> </xs:element> |
| type | xs:ID | ||
| properties |
|
||
| source | <xs:attribute name="id" type="xs:ID"/> |
| diagram | ![]() |
||||
| namespace | http://www.opengis.net/swe/1.0.1 | ||||
| type | xs:double | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="min" type="xs:double"> <xs:annotation> <xs:documentation>Specifies minimum allowed value for an open interval (no max)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| namespace | http://www.opengis.net/swe/1.0.1 | ||||
| type | xs:double | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="max" type="xs:double"> <xs:annotation> <xs:documentation>Specifies maximum allowed value for an open interval (no min)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| namespace | http://www.opengis.net/swe/1.0.1 | ||||
| type | swe:decimalPair | ||||
| properties |
|
||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:element name="interval" type="swe:decimalPair"> <xs:annotation> <xs:documentation>Range of allowed values (closed interval) for this component</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| namespace | http://www.opengis.net/swe/1.0.1 | ||||
| type | swe:decimalList | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="valueList" type="swe:decimalList"> <xs:annotation> <xs:documentation>List of allowed values for this component</xs:documentation> </xs:annotation> </xs:element> |