RubricKinds

The element RubricKinds lists the kinds of rubrics, which are present in the coding scheme. The element RubricKinds contains one or more elements RubricKind. EXAMPLE<RubricKinds>
  <RubricKind name="inclusion">
    <Display xml:lang="de">Inklusiva</Display>
  </RubricKind>
</RubricKinds>

Element Information

Model

Children: RubricKind

Used By

Element ClaML

Source

<xs:element name="RubricKinds">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element RubricKinds lists the kinds of rubrics, which are present in the coding scheme. The element RubricKinds contains one or more elements RubricKind. EXAMPLE
      <RubricKinds>
        <RubricKind name="inclusion">
          <Display xml:lang="de">Inklusiva</Display>
        </RubricKind>
      </RubricKinds>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="RubricKind"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample