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