<xsd:simpleType name="String"> <xsd:annotation> <xsd:documentation xml:lang="en">A string. FpML may define lenght restrictions in some views.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:maxLength value="255" /> </xsd:restriction> </xsd:simpleType>