element Category
diagram SensorML_p457.png
namespace http://www.opengis.net/swe/1.0.1
type extension of swe:AbstractDataComponentType
properties
content complex
children gml:description gml:name swe:codeSpace swe:constraint swe:quality swe:value
used by
complexTypes CategoryPropertyType LayerPropertyType PresentationLayerPropertyType QualityPropertyType
group AnyScalar
annotation
documentation
A simple token identifying a term or category (single spaces allowed); definition attribute should provide dictionary entry useful for interpretation of the value
source <xs:element name="Category">
 
<xs:annotation>
   
<xs:documentation>A simple token identifying a term or category (single spaces allowed); definition attribute should provide dictionary entry useful for interpretation of the value</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="swe:AbstractDataComponentType">
       
<xs:sequence>
         
<xs:element name="codeSpace" type="swe:CodeSpacePropertyType" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Provides link to dictionary or rule set to which the value belongs</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="constraint" type="swe:AllowedTokensPropertyType" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>The constraint property defines the permitted values, as an enumerated list</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="quality" type="swe:QualityPropertyType" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>The quality property provides an indication of the reliability of estimates of the asociated value</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="value" type="xs:token" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Value is optional, to enable structure to act in a schema for values provided using other encodings</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attributeGroup ref="swe:SimpleComponentAttributeGroup"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element Category/codeSpace
diagram SensorML_p458.png
namespace http://www.opengis.net/swe/1.0.1
type swe:CodeSpacePropertyType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
annotation
documentation
Provides link to dictionary or rule set to which the value belongs
source <xs:element name="codeSpace" type="swe:CodeSpacePropertyType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Provides link to dictionary or rule set to which the value belongs</xs:documentation>
 
</xs:annotation>
</xs:element>

element Category/constraint
diagram SensorML_p459.png
namespace http://www.opengis.net/swe/1.0.1
type swe:AllowedTokensPropertyType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children swe:AllowedTokens
annotation
documentation
The constraint property defines the permitted values, as an enumerated list
source <xs:element name="constraint" type="swe:AllowedTokensPropertyType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The constraint property defines the permitted values, as an enumerated list</xs:documentation>
 
</xs:annotation>
</xs:element>

element Category/quality
diagram SensorML_p460.png
namespace http://www.opengis.net/swe/1.0.1
type swe:QualityPropertyType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children swe:Quantity swe:QuantityRange swe:Category swe:Text
annotation
documentation
The quality property provides an indication of the reliability of estimates of the asociated value
source <xs:element name="quality" type="swe:QualityPropertyType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The quality property provides an indication of the reliability of estimates of the asociated value</xs:documentation>
 
</xs:annotation>
</xs:element>

element Category/value
diagram SensorML_p461.png
namespace http://www.opengis.net/swe/1.0.1
type xs:token
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Value is optional, to enable structure to act in a schema for values provided using other encodings
source <xs:element name="value" type="xs:token" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Value is optional, to enable structure to act in a schema for values provided using other encodings</xs:documentation>
 
</xs:annotation>
</xs:element>


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