Variant

The element Variant uniquely identifies a variant within the ClaML file. One instance of a collection of related documents. EXAMPLE The ICD10-CM is a variant of the WHO ICD10 classification.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:ID required
The attribute name uniquely identifies the variant in the remainder of the ClaML file. EXAMPLE<Variants>
  <Variant name="cm">Clinical Modification</Variant>
  <Variant name="am">Australian Modification</Variant>
</Variants>

Used By

Element Variants

Source

<xs:element name="Variant">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element Variant uniquely identifies a variant within the ClaML file. One instance of a collection of related documents. EXAMPLE The ICD10-CM is a variant of the WHO ICD10 classification.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="attlist.Variant"/>
  </xs:complexType>
</xs:element>

Sample