<xs:simpleType name="EmptyStringType"> <xs:annotation> <xs:documentation> The base typ for an empty string</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:length value="0" /> </xs:restriction> </xs:simpleType>