<xs:simpleType name="LongString"> <xs:restriction base="xs:string"> <xs:minLength value="1" /> <xs:maxLength value="200" /> <xs:whiteSpace value="collapse" /> </xs:restriction> </xs:simpleType>