Variants

Optionally, this standard supports multiple variants of a classification in the same ClaML file. The element Variants defines the variants that are contained within the ClaML file.

Element Information

Model

Children: Variant

Used By

Element ClaML

Source

<xs:element name="Variants">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Optionally, this standard supports multiple variants of a classification in the same ClaML file. The element Variants defines the variants that are contained within the ClaML file.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="Variant"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample