History

The element History shall be used to describe what happened to a Modifier, ModifierClass, Class or Rubric. EXAMPLE<Rubric id="r123" kind="preferred">
  <Label xml:lang="en">Cholera, unspecified</Label>
  <History author="a234" date="2005-11-15">add unspecified</History>
</Rubric>

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
author xs:IDREF required
The attribute author references the unique identifier of the Author.
date xs:NMTOKEN required
The attribute date gives the date of the change. It is recommended to use the date format as defined by ISO 8601.

Used By

Source

<xs:element name="History">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element History shall be used to describe what happened to a Modifier, ModifierClass, Class or Rubric. EXAMPLE
      <Rubric id="r123" kind="preferred">
        <Label xml:lang="en">Cholera, unspecified</Label>
        <History author="a234" date="2005-11-15">add unspecified</History>
      </Rubric>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="attlist.History"/>
  </xs:complexType>
</xs:element>

Sample