<xsd:element name="audit" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:all>
<xsd:element name="creation_date" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">A date that the data block was created. The date format is yyyy-mm-dd. 1990-07-12</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="creation_method" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">A description of how data were entered into the data block. spawned by the program QBEE</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="update_record" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">A record of any changes to the data block. The update format is a date (yyyy-mm-dd) followed by a description of the changes. The latest update entry is added to the bottom of this record. 1990-07-15 Updated by the Co-editor</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:all>
<xsd:attribute name="revision_id" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value of attribute revision_id in category audit must uniquely identify a record in the AUDIT list. rev1</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element> |