2.1.4.27 String512

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

 <xs:simpleType name="String512">
     <xs:restriction base="xs:string">
         <xs:maxLength value="512"/>
     </xs:restriction>
 </xs:simpleType>