<xsd:simpleType name="ShortStringType">
<xsd:annotation>
<xsd:documentation>A short string, less than 256 characters.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="256"/>
</xsd:restriction>
</xsd:simpleType> |