string80

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

The definition is:

<xsd:simpleType name="string80">
	<xsd:restriction base="xsd:string">
		<xsd:maxLength value="80"/>
	</xsd:restriction>
</xsd:simpleType>