2.1.4.28 String64

Specifies a string containing less than or equal to 64 characters.

 <xs:simpleType name="String64">
     <xs:restriction base="xs:string">
         <xs:maxLength value="64"/>
     </xs:restriction>
 </xs:simpleType>