structure:open-name-class

Element Group Information

Model

(((ANY element from ANY namespace OTHER than 'http://relaxng.org/ns/structure/1.0' | ANY element from LOCAL namespace 'No Namespace')) | structure:name | structure:anyName | structure:nsName)

Used By

Source

<xs:group name="open-name-class">
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="structure:other"/>
      <xs:group ref="structure:name-class"/>
    </xs:choice>
  </xs:sequence>
</xs:group>