xbl:content.type

Complex Type Information

Model

xbl:content | xbl:inherited | xbl:div | ANY element from ANY namespace OTHER than 'http://www.w3.org/ns/xbl'

Attributes

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'

Used By

Element xbl:content

Source

<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>