EmptyElementTypes

Handy type for empty contents.

Simple Type Information

Used By

Source

<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>