structure:except-name-class

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

Used By

Source

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