ClassKinds

The element ClassKinds lists the kinds of classes, which are present in the coding scheme. The element ClassKinds contains one or more elements ClassKind. EXAMPLE<ClassKinds>
  <Kind name="chapter">
    <Display xml:lang="en" prefix="§">Chapter</Display>
  </Kind>
  <Kind name="block">
    <Display xml:lang="en">Section</Display>
  </Kind>
  <Kind name="category">
    <Display xml:lang="en"/>
  </Kind>
</ClassKinds>

Element Information

Model

Children: ClassKind

Used By

Element ClaML

Source

<xs:element name="ClassKinds">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element ClassKinds lists the kinds of classes, which are present in the coding scheme. The element ClassKinds contains one or more elements ClassKind. EXAMPLE
      <ClassKinds>
        <Kind name="chapter">
          <Display xml:lang="en" prefix="§">Chapter</Display>
        </Kind>
        <Kind name="block">
          <Display xml:lang="en">Section</Display>
        </Kind>
        <Kind name="category">
          <Display xml:lang="en"/>
        </Kind>
      </ClassKinds>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="ClassKind"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample