complexType TextEncodingType
diagram sensorML_p1114.png
namespace http://www.opengis.net/swe/2.0
type extension of swe:AbstractEncodingType
properties
base swe:AbstractEncodingType
children swe:extension
used by
element TextEncoding
attributes
Name  Type  Use  Default  Fixed  annotation
idIDoptional      
collapseWhiteSpacesbooleanoptional  true    
documentation
Indicates whether white spaces (i.e. space, tab, CR, LF) should be collapsed with separators when parsing the data stream
decimalSeparatorstringoptional  .    
documentation
Character used as the decimal separator
tokenSeparatorstringrequired      
documentation
Character sequence used as the token separator (i.e. between two successive values)
blockSeparatorstringrequired      
documentation
Character sequence used as the block separator (i.e. between two successive blocks in the data set. The end of a block is reached once all values from the data tree have been encoded once)
source <complexType name="TextEncodingType">
 
<complexContent>
   
<extension base="swe:AbstractEncodingType">
     
<attribute name="collapseWhiteSpaces" type="boolean" use="optional" default="true">
       
<annotation>
         
<documentation>Indicates whether white spaces (i.e. space, tab, CR, LF) should be collapsed with separators when parsing the data stream</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="decimalSeparator" type="string" use="optional" default=".">
       
<annotation>
         
<documentation>Character used as the decimal separator</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="tokenSeparator" type="string" use="required">
       
<annotation>
         
<documentation>Character sequence used as the token separator (i.e. between two successive values)</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="blockSeparator" type="string" use="required">
       
<annotation>
         
<documentation>Character sequence used as the block separator (i.e. between two successive blocks in the data set. The end of a block is reached once all values from the data tree have been encoded once)</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute TextEncodingType/@collapseWhiteSpaces
type boolean
properties
isRef 0
default true
use optional
annotation
documentation
Indicates whether white spaces (i.e. space, tab, CR, LF) should be collapsed with separators when parsing the data stream
source <attribute name="collapseWhiteSpaces" type="boolean" use="optional" default="true">
 
<annotation>
   
<documentation>Indicates whether white spaces (i.e. space, tab, CR, LF) should be collapsed with separators when parsing the data stream</documentation>
 
</annotation>
</attribute>

attribute TextEncodingType/@decimalSeparator
type string
properties
isRef 0
default .
use optional
annotation
documentation
Character used as the decimal separator
source <attribute name="decimalSeparator" type="string" use="optional" default=".">
 
<annotation>
   
<documentation>Character used as the decimal separator</documentation>
 
</annotation>
</attribute>

attribute TextEncodingType/@tokenSeparator
type string
properties
isRef 0
use required
annotation
documentation
Character sequence used as the token separator (i.e. between two successive values)
source <attribute name="tokenSeparator" type="string" use="required">
 
<annotation>
   
<documentation>Character sequence used as the token separator (i.e. between two successive values)</documentation>
 
</annotation>
</attribute>

attribute TextEncodingType/@blockSeparator
type string
properties
isRef 0
use required
annotation
documentation
Character sequence used as the block separator (i.e. between two successive blocks in the data set. The end of a block is reached once all values from the data tree have been encoded once)
source <attribute name="blockSeparator" type="string" use="required">
 
<annotation>
   
<documentation>Character sequence used as the block separator (i.e. between two successive blocks in the data set. The end of a block is reached once all values from the data tree have been encoded once)</documentation>
 
</annotation>
</attribute>


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