Wildcard

Complex Type Information

Model

(star , NCName) | (NCName , star) | (uri , star)
Children: NCName, star, uri

Used By

Element Wildcard

Source

<xsd:complexType name="Wildcard">
  <xsd:choice minOccurs="0">
    <xsd:sequence>
      <xsd:element name="star" type="emptyContent"/>
      <xsd:element ref="NCName"/>
    </xsd:sequence>
    <xsd:sequence>
      <xsd:element ref="NCName"/>
      <xsd:element name="star" type="emptyContent"/>
    </xsd:sequence>
    <xsd:sequence>
      <xsd:element name="uri" type="xsd:string"/>
      <xsd:element name="star" type="emptyContent"/>
    </xsd:sequence>
  </xsd:choice>
</xsd:complexType>