| namespace | http://www.opengis.net/swe/1.0.1 | ||
| type | restriction of xs:string | ||
| used by |
|
||
| facets |
|
||
| annotation |
|
||
| source | <xs:simpleType name="textSeparator"> <xs:annotation> <xs:documentation>Max three characters to use as token or block separator</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> |