A string with a minimum length of 0 and a maximum length of 512.
XSD Schema Diagram:
XSD Schema Code:
<xsd:simpleType name="String">
<xsd:annotation>
<xsd:documentation source="Description">A string with a minimum length of 0 and a maximum length of 512.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">String</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="512" />
</xsd:restriction>
</xsd:simpleType>