Modifier

The element Modifier defines a modifier within the coding scheme. EXAMPLE<Modifier code="Md1">
  <SubClass code="0"/>
  <SubClass code="1"/>
  <SubClass code="2"/>
</Modifier>

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
code xs:NMTOKEN required
The attribute code defines the code for the Modifier.
variants xs:IDREFS optional
The attribute variants defines the list of variants in which this Modifier is valid. When the attribute is absent the Modifier is valid in all variants.

Used By

Element ClaML

Source

<xs:element name="Modifier">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element Modifier defines a modifier within the coding scheme. EXAMPLE
      <Modifier code="Md1">
        <SubClass code="0"/>
        <SubClass code="1"/>
        <SubClass code="2"/>
      </Modifier>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="Meta"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="SubClass"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="Rubric"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="History"/>
    </xs:sequence>
    <xs:attributeGroup ref="attlist.Modifier"/>
  </xs:complexType>
</xs:element>

Sample