structure:choice

Element Information

Model

Attributes

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'

Source

<xs:element name="choice">
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="structure:pattern"/>
      <xs:group ref="structure:other"/>
      <xs:group ref="structure:name-class"/>
    </xs:choice>
    <xs:attributeGroup ref="structure:common-atts"/>
  </xs:complexType>
</xs:element>

Sample