<xs:simpleType name="longStringType"> <xs:annotation> <xs:documentation/> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="0"/> <xs:maxLength value="4096"/> </xs:restriction> </xs:simpleType>