| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.opengis.net/swe/2.0 | ||||||||||||||||||||||||||||||||||||||||||||
| type | extension of swe:AbstractEncodingType | ||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||
| children | swe:extension | ||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||
| 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> |
| type | boolean | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| 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> |
| type | string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <attribute name="decimalSeparator" type="string" use="optional" default="."> <annotation> <documentation>Character used as the decimal separator</documentation> </annotation> </attribute> |
| type | string | ||||
| properties |
|
||||
| annotation |
|
||||
| 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> |
| type | string | ||||
| properties |
|
||||
| annotation |
|
||||
| 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> |