2.1.7 String255Chars
This type specifies a string with a length in the range from zero through 255 characters. This type is defined as follows:
-
<xs:simpleType name="String255Chars"> <xs:restriction base="xs:string"> <xs:maxLength value="255" /> <xs:minLength value="0" /> </xs:restriction> </xs:simpleType>