xbl:handlers.type

Complex Type Information

Model

xbl:handler | ANY element from ANY namespace OTHER than 'http://www.w3.org/ns/xbl'
Children: xbl:handler

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="handlers.type">
  <xsd:choice minOccurs="0" maxOccurs="unbounded">
    <xsd:element name="handler" type="xbl:handler.type"/>
    <xsd:any namespace="##other" processContents="lax"/>
  </xsd:choice>
  <xsd:attribute name="id" type="xsd:ID"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>