<xsd:simpleType name="String">
<xsd:annotation>
<xsd:documentation xml:lang="en">A string that may not be empty</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255" />
</xsd:restriction>
</xsd:simpleType>