EntryComplexType

Container for a <History> entry, consisting of at least an <Agent> and a timeStamp attribute. Optional are <Description>s, <Error>s and <Version>s.

Complex Type Information

Model

Attributes

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

Used By

Source

<xs:complexType name="EntryComplexType">
  <xs:annotation>
    <xs:documentation>Container for a <History> entry, consisting of at least an <Agent> and a timeStamp attribute. Optional are <Description>s, <Error>s and <Version>s.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0">
    <xs:element name="Agent" type="AgentComplexType"/>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="Description" type="DescriptionComplexType"/>
      <xs:element name="Error" type="xs:string"/>
      <xs:element name="Rejection" type="RejectionComplexType"/>
      <xs:element name="Version" type="xs:positiveInteger"/>
    </xs:choice>
  </xs:choice>
  <xs:attribute name="timeStamp" type="xs:dateTime" use="required"/>
  <xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType>