xbl:shadow.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
id xsd:ID optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/ns/xbl'

Used By

Source

<xsd:complexType name="shadow.type" mixed="true">
  <xsd:choice minOccurs="0" maxOccurs="unbounded">
    <xsd:element ref="xbl:content"/>
    <xsd:element ref="xbl:inherited"/>
    <xsd:element name="div" type="xbl:div.type"/>
    <xsd:any namespace="##other" processContents="lax"/>
  </xsd:choice>
  <xsd:attribute name="id" type="xsd:ID"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>