element Text
diagram SensorML_p481.png
namespace http://www.opengis.net/swe/1.0.1
type extension of swe:AbstractDataComponentType
properties
content complex
children gml:description gml:name swe:value
used by
complexTypes QualityPropertyType TextPropertyType
group AnyScalar
annotation
documentation
Free textual component
source <xs:element name="Text">
 
<xs:annotation>
   
<xs:documentation>Free textual component</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="swe:AbstractDataComponentType">
       
<xs:sequence>
         
<xs:element name="value" type="xs:string" 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:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element Text/value
diagram SensorML_p482.png
namespace http://www.opengis.net/swe/1.0.1
type xs:string
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:string" 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