Title

The element Title defines the title for the coding scheme. The contents of the element Title is limited to plain text.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
date optional
The attribute date defines the date of publication. It is recommended to use the date format as defined by ISO 8601.
name xs:NMTOKEN required
The attribute name defines a short name for the classification. EXAMPLE<Title name="ICD10" version="10.2006.13" date="2005-11-15">International Classification of Diseases, version 10</Title>
version optional
The attribute version defines the version of the classification. It is recommended to use the well-known
major.minor.patch version numbering scheme.

Used By

Element ClaML

Source

<xs:element name="Title">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element Title defines the title for the coding scheme. The contents of the element Title is limited to plain text.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="attlist.Title"/>
  </xs:complexType>
</xs:element>

Sample