QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
xml:base | xs:anyURI | optional |
|
||||
xml:lang | xs:language | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2005/Atom' |
<xs:attributeGroup name="commonAttributes"> <xs:attribute ref="xml:base"/> <xs:attribute ref="xml:lang"/> <xs:anyAttribute namespace="##other"/> </xs:attributeGroup> |