CategoryType

Complex Type Information

Model

Used By

Source

<xsd:complexType name="CategoryType">
  <xsd:choice>
    <xsd:element name="CategoryArbitrary" type="xsd:string"/>
    <xsd:element name="CategoryEnum" type="CategoryEnumType"/>
  </xsd:choice>
</xsd:complexType>