attlist.Title

Attribute Group Information

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 Title

Source

<xs:attributeGroup name="attlist.Title">
  <xs:attribute name="name" use="required" type="xs:NMTOKEN">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">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>
      </xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="version">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute version defines the version of the classification. It is recommended to use the well-known major.minor.patch version numbering scheme.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="date">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute date defines the date of publication. It is recommended to use the date format as defined by ISO 8601.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>