eventType

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.

Used By

Source

<xs:element name="eventType">
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="xs:anyType">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="created"/>
            <xs:enumeration value="revised"/>
            <xs:enumeration value="deleted"/>
            <xs:enumeration value="cancelled"/>
            <xs:enumeration value="derived"/>
            <xs:enumeration value="updated"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:attribute ref="xml:id"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Sample

< maintenanceEvent xmlns = "urn:isbn:1-931666-33-4" >

< eventType>

created

</ eventType>

< eventDateTime standardDateTime = "1988-07-01" />

< agentType>

human

</ agentType>

< agent>

W4

</ agent>

</ maintenanceEvent>