Handy type for empty contents. |
<xs:simpleType name="EmptyElementTypes"> <xs:annotation> <xs:documentation>Handy type for empty contents.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value=""/> </xs:restriction> </xs:simpleType> |