<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> |