QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
datatypeLibrary | xs:anyURI | optional | ||||
name | xs:NCName | required | ||||
ns | optional | |||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://relaxng.org/ns/structure/1.0' |
Element | structure:data |
<xs:element name="param"> <xs:complexType mixed="true"> <xs:attribute name="name" use="required" type="xs:NCName"/> <xs:attributeGroup ref="structure:common-atts"/> </xs:complexType> </xs:element> |