QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xsd:ID | optional | ||||
script-type | xbl:mime.type | optional | ||||
style-type | xbl:mime.type | optional | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/ns/xbl' |
Element | xbl:xbl |
<xsd:complexType name="xbl.type"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element name="binding" type="xbl:binding.type"/> <xsd:element name="script" type="xbl:script.type"/> <xsd:any namespace="##other" processContents="lax"/> </xsd:choice> <xsd:attribute name="id" type="xsd:ID"/> <xsd:attribute name="script-type" type="xbl:mime.type"/> <xsd:attribute name="style-type" type="xbl:mime.type"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:complexType> |