This type is used to designate an empty element when used. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xsd:ID | optional |
<xsd:complexType name="emptyType"> <xsd:annotation> <xsd:documentation>This type is used to designate an empty element when used.</xsd:documentation> </xsd:annotation> <xsd:attribute name="id" type="xsd:ID"/> </xsd:complexType> |