HistoryComplexType

<P>The <History> element is the place which records additions, corrections, and changes within an RTML document. Each addition consists of an <Entry>, which in turn consists of information on who is making the entry
  <UL>
    <LI><Agent></LI>
    <LI>when the entry was made (timeStamp), and</LI>
    <LI>either a text description of the entry (<Description>),</LI>
    <LI>a formal <Error> element which should be linked to the offending element, or</LI>
    <LI>a <Version> element which can be used for version control.</LI>
  </UL>
</P>
<P>In earlier versions, each RTML element had its own <History> - now there's just a global one.</P>

Complex Type Information

Model

Children: Entry

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
rdf xs:anyURI optional
ref xs:IDREF optional
uref UniqueNamesSimpleType optional

Used By

Element RTML/History

Source

<xs:complexType name="HistoryComplexType">
  <xs:annotation>
    <xs:documentation>
      <P>The <History> element is the place which records additions, corrections, and changes within an RTML document. Each addition consists of an <Entry>, which in turn consists of information on who is making the entry
        <UL>
          <LI><Agent></LI>
          <LI>when the entry was made (timeStamp), and</LI>
          <LI>either a text description of the entry (<Description>),</LI>
          <LI>a formal <Error> element which should be linked to the offending element, or</LI>
          <LI>a <Version> element which can be used for version control.</LI>
        </UL>
      </P>
      <P>In earlier versions, each RTML element had its own <History> - now there's just a global one.</P>
    </xs:documentation>
  </xs:annotation>
  <xs:sequence maxOccurs="unbounded">
    <xs:element name="Entry" type="EntryComplexType"/>
  </xs:sequence>
  <xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType>