structure:open-name-classes

Complex Type 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:complexType name="open-name-classes">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:group ref="structure:other"/>
    <xs:group ref="structure:name-class"/>
  </xs:choice>
</xs:complexType>