2.2.4.79 fsf:String255ExtType

The fsf:String255ExtType type allows extended attributes on an fsf:String255BaseType type and restricts the length to 255 characters.

 <xs:complexType name="String255ExtType">
    <xs:simpleContent>
       <xs:extension base="fsf:String255BaseType">
          <xs:anyAttribute namespace="##other" processContents="lax"/>
       </xs:extension>
    </xs:simpleContent>
 </xs:complexType>