2.2.4.8 max64CharStringType

  The schema definition for the max64CharStringType data type is as follows:

 <xs:simpleType name='max64CharStringType'>
  <xs:restriction base='xs:string'>
     <xs:maxLength value='64'></xs:maxLength>
  </xs:restriction>
 </xs:simpleType>

The max64CharStringType data type is a string type with a length restriction of 64 characters.