2.2.4.36 psp:String255ExtType

The psp:String255ExtType type allows extended attributes on a psp:String255BaseType type.

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