<xs:complexType name="RecordsManagementInfoType">
<xs:sequence minOccurs="0">
<xs:element name="recordKeeper" minOccurs="0">
<xs:annotation>
<xs:appinfo xml:lang="en">The administrative entity, unit, office, responsible for the custody and ongoing management of the records during their active business use.</xs:appinfo>
</xs:annotation>
<xs:complexType>
<xs:sequence minOccurs="0">
<xs:element name="recordKeeperID" type="simpleTokenType" minOccurs="0">
<xs:annotation>
<xs:appinfo xml:lang="en">A unique identifier for the Record Keeper</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element ref="organization" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="applicationSoftware" minOccurs="0">
<xs:annotation>
<xs:appinfo xml:lang="en">The name or description of the software application(s) used to create the object or product to which this metadata applies. The application should be described in sufficient detail to ensure readability, retrieval, and preservation. As a minimum, specify the application name and version, and the operating system.</xs:appinfo>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="simpleTokenType">
<xs:attributeGroup ref="SecurityAttributesGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="vitalRecordIndicator" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:appinfo xml:lang="en">An indication that a publication is categorized a vital record by the originating agency. A vital record is a resource that is needed: (a) to restore an enterprise to full operation following a catastrophe, or (b) as a record that is essential to protect the legal and financial rights of the government or the individual directly affected by its activities.</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|