This type is used to designate an empty
element when used.
Java class for empty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="empty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
|