structure:param

Element Information

Model

Attributes

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'

Used By

Element structure:data

Source

<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>

Sample