simpleType textSeparator
namespace http://www.opengis.net/swe/1.0.1
type restriction of xs:string
used by
attributes TextBlock/@blockSeparator TextBlock/@tokenSeparator
facets
maxLength 3
annotation
documentation
Max three characters to use as token or block separator
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>


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