A string with a minimum length of 1 and a maximum length of 128.
XSD Schema Diagram:
XSD Schema Code:
<xsd:simpleType name="String_Short">
<xsd:annotation>
<xsd:documentation source="Description">A string with a minimum length of 1 and a maximum length of 128.</xsd:documentation>
<xsd:appinfo>
<otm:Example context="OTM2" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">I am a short string.</otm:Example>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:minLength value="1" />
<xsd:maxLength value="128" />
</xsd:restriction>
</xsd:simpleType>