QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
apply-binding-sheets | xsd:boolean | false | optional | |||
id | xsd:ID | optional | ||||
includes | xbl:selector.type | optional | ||||
locked | xsd:boolean | false | optional | |||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/ns/xbl' |
Element | xbl:content |
<xsd:complexType name="content.type"> <xsd:complexContent> <xsd:extension base="xbl:shadow.type"> <xsd:attribute name="includes" type="xbl:selector.type"/> <xsd:attribute name="apply-binding-sheets" type="xsd:boolean" default="false"/> <xsd:attribute name="locked" type="xsd:boolean" default="false"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |