complexType DataChoiceType
diagram sensorML_p626.png
namespace http://www.opengis.net/swe/2.0
type extension of swe:AbstractDataComponentType
properties
base swe:AbstractDataComponentType
children swe:extension swe:identifier swe:label swe:description swe:choiceValue swe:item
used by
element DataChoice
attributes
Name  Type  Use  Default  Fixed  annotation
idIDoptional      
updatablebooleanoptional      
documentation
Specifies if the value of a data component can be updated externally (i.e. is variable)
optionalbooleanoptional  false    
documentation
Specifies that data for this component can be omitted in the datastream
definitionanyURIoptional      
documentation
Reference to semantic information defining the precise nature of the component
source <complexType name="DataChoiceType">
 
<complexContent>
   
<extension base="swe:AbstractDataComponentType">
     
<sequence>
       
<element name="choiceValue" minOccurs="0">
         
<annotation>
           
<documentation>This category component marks the data stream element that will indicate the actual choice made. Possible choices are listed in the Category constraint section as an enumeration and should map to item names.</documentation>
         
</annotation>
         
<complexType>
           
<sequence>
             
<element ref="swe:Category"/>
           
</sequence>
         
</complexType>
       
</element>
       
<element name="item" minOccurs="2" maxOccurs="unbounded">
         
<complexType>
           
<complexContent>
             
<extension base="swe:AbstractDataComponentPropertyType">
               
<attribute name="name" type="NCName" use="required"/>
             
</extension>
           
</complexContent>
         
</complexType>
       
</element>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>

element DataChoiceType/choiceValue
diagram sensorML_p627.png
namespace http://www.opengis.net/swe/2.0
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children swe:Category
annotation
documentation
This category component marks the data stream element that will indicate the actual choice made. Possible choices are listed in the Category constraint section as an enumeration and should map to item names.
source <element name="choiceValue" minOccurs="0">
 
<annotation>
   
<documentation>This category component marks the data stream element that will indicate the actual choice made. Possible choices are listed in the Category constraint section as an enumeration and should map to item names.</documentation>
 
</annotation>
 
<complexType>
   
<sequence>
     
<element ref="swe:Category"/>
   
</sequence>
 
</complexType>
</element>

element DataChoiceType/item
diagram sensorML_p628.png
namespace http://www.opengis.net/swe/2.0
type extension of swe:AbstractDataComponentPropertyType
properties
isRef 0
minOcc 2
maxOcc unbounded
content complex
children swe:AbstractDataComponent
attributes
Name  Type  Use  Default  Fixed  annotation
typexlink:typeType    simple  
hrefxlink:hrefType      
rolexlink:roleType      
arcrolexlink:arcroleType      
titlexlink:titleAttrType      
showxlink:showType      
actuatexlink:actuateType      
nameNCNamerequired      
source <element name="item" minOccurs="2" maxOccurs="unbounded">
 
<complexType>
   
<complexContent>
     
<extension base="swe:AbstractDataComponentPropertyType">
       
<attribute name="name" type="NCName" use="required"/>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

attribute DataChoiceType/item/@name
type NCName
properties
isRef 0
use required
source <attribute name="name" type="NCName" use="required"/>


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