string255

The simple type named "string255" is a standard xsd:string of 255 characters or less.

The definition is:

<xsd:simpleType name="string255">
	<xsd:restriction base="xsd:string">
		<xsd:maxLength value="255"/>
	</xsd:restriction>
</xsd:simpleType>