
| 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' | ||||||
| Complex Types | xbl:content.type, xbl:div.type, xbl:inherited.type, xbl:template.type |
<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> |