2.2.5.43 fsf:String255BaseType

The fsf:String255BaseType type restricts the built-in type xs:string (as specified in [XMLSCHEMA1] and [XMLSCHEMA2]) to a maximum length of 255 characters and preserves white space.

 <xs:simpleType name="String255BaseType">
    <xs:restriction base="xs:string">
       <xs:maxLength value="255"/>
       <xs:whiteSpace value="preserve"/>
    </xs:restriction>
 </xs:simpleType>