attlist.History

Attribute Group Information

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

Element History

Source

<xs:attributeGroup name="attlist.History">
  <xs:attribute name="author" use="required" type="xs:IDREF">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute author references the unique identifier of the Author.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="date" use="required" type="xs:NMTOKEN">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute date gives the date of the change. It is recommended to use the date format as defined by ISO 8601.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>