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> |
Elements | Class, Modifier, ModifierClass, Rubric |
<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> |