This type adds an "id" attribute to xsd:boolean. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xsd:ID | optional |
Complex Type | javaee:true-falseType |
<xsd:complexType name="xsdBooleanType"> <xsd:annotation> <xsd:documentation>This type adds an "id" attribute to xsd:boolean.</xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="xsd:boolean"> <xsd:attribute name="id" type="xsd:ID"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> |