QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
datatypeLibrary | xs:anyURI | optional | ||||
ns | optional | |||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://relaxng.org/ns/structure/1.0' |
<xs:attributeGroup name="common-atts"> <xs:attribute name="ns"/> <xs:attribute name="datatypeLibrary" type="xs:anyURI"/> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:attributeGroup> |