xbl:template.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
allow-selectors-through xsd:boolean false optional
apply-author-sheets xsd:boolean false optional
id xsd:ID optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/ns/xbl'

Used By

Source

<xsd:complexType name="template.type">
  <xsd:complexContent>
    <xsd:extension base="xbl:shadow.type">
      <xsd:attribute name="apply-author-sheets" type="xsd:boolean" default="false"/>
      <xsd:attribute name="allow-selectors-through" type="xsd:boolean" default="false"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>