element AllowedValues
diagram SensorML_p449.png
namespace http://www.opengis.net/swe/1.0.1
properties
content complex
children swe:min swe:max swe:interval swe:valueList
used by
complexType AllowedValuesPropertyType
annotation
documentation
List of allowed values (There is an implicit AND between all members)
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>

attribute AllowedValues/@id
type xs:ID
properties
isRef 0
source <xs:attribute name="id" type="xs:ID"/>

element AllowedValues/min
diagram SensorML_p450.png
namespace http://www.opengis.net/swe/1.0.1
type xs:double
properties
isRef 0
content simple
annotation
documentation
Specifies minimum allowed value for an open interval (no max)
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>

element AllowedValues/max
diagram SensorML_p451.png
namespace http://www.opengis.net/swe/1.0.1
type xs:double
properties
isRef 0
content simple
annotation
documentation
Specifies maximum allowed value for an open interval (no min)
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>

element AllowedValues/interval
diagram SensorML_p452.png
namespace http://www.opengis.net/swe/1.0.1
type swe:decimalPair
properties
isRef 0
content simple
facets
length 2
annotation
documentation
Range of allowed values (closed interval) for this component
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>

element AllowedValues/valueList
diagram SensorML_p453.png
namespace http://www.opengis.net/swe/1.0.1
type swe:decimalList
properties
isRef 0
content simple
annotation
documentation
List of allowed values for this component
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>


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