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

Used By

Source

<xsd:complexType name="div.type">
  <xsd:complexContent>
    <xsd:extension base="xbl:shadow.type">
      <xsd:attribute name="class" type="xsd:NMTOKENS"/>
      <xsd:attribute name="state" type="xsd:string"/>
      <xsd:attribute name="title" type="xsd:string"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>