element TimeRange
diagram SensorML_p488.png
namespace http://www.opengis.net/swe/1.0.1
type extension of swe:AbstractDataComponentType
properties
content complex
children gml:description gml:name swe:uom swe:constraint swe:quality swe:value
used by
complexType TimeRangePropertyType
group AnyRange
annotation
documentation
Time value pair for specifying a time range (can be a decimal or ISO 8601)
source <xs:element name="TimeRange">
 
<xs:annotation>
   
<xs:documentation>Time value pair for specifying a time range (can be a decimal or ISO 8601)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="swe:AbstractDataComponentType">
       
<xs:sequence>
         
<xs:element name="uom" type="swe:UomPropertyType" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Unit of measure</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="constraint" type="swe:AllowedTimesPropertyType" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>The constraint property defines the permitted values, as a range or 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="swe:timePair" 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>
           
<!-- *** Maybe cleaner to implement as a pair of value elements? *** -->
         
</xs:element>
       
</xs:sequence>
       
<xs:attributeGroup ref="swe:TRSAttributeGroup"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element TimeRange/uom
diagram SensorML_p489.png
namespace http://www.opengis.net/swe/1.0.1
type swe:UomPropertyType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children gml:UnitDefinition
annotation
documentation
Unit of measure
source <xs:element name="uom" type="swe:UomPropertyType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Unit of measure</xs:documentation>
 
</xs:annotation>
</xs:element>

element TimeRange/constraint
diagram SensorML_p490.png
namespace http://www.opengis.net/swe/1.0.1
type swe:AllowedTimesPropertyType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children swe:AllowedTimes
annotation
documentation
The constraint property defines the permitted values, as a range or enumerated list
source <xs:element name="constraint" type="swe:AllowedTimesPropertyType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The constraint property defines the permitted values, as a range or enumerated list</xs:documentation>
 
</xs:annotation>
</xs:element>

element TimeRange/quality
diagram SensorML_p491.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 TimeRange/value
diagram SensorML_p492.png
namespace http://www.opengis.net/swe/1.0.1
type swe:timePair
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
length 2
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="swe:timePair" 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>
 
<!-- *** Maybe cleaner to implement as a pair of value elements? *** -->
</xs:element>


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