Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Element irm:RecordKeeper
Namespace urn:us:gov:ic:irm
Annotations
The administrative entity, unit, office, responsible for the custody and ongoing management of the records during their active business use.
Diagram
Diagram IC-IRM_xsd_Element_irm_RecordKeeper.tmp#RecordKeeper_RecordKeeperID DDMS-Globals_xsd_Element_Organization.tmp#Organization
Properties
content: complex
Used by
Model ALL(irm:RecordKeeperID Organization)
Children Organization, irm:RecordKeeperID
Instance
<irm:RecordKeeper xmlns:irm="urn:us:gov:ic:irm" xmlns:ddms="http://metadata.dod.mil/mdr/ns/DDMS/3.0/">
  <irm:RecordKeeperID>{1,1}</irm:RecordKeeperID>
  <ddms:Organization>{1,1}</ddms:Organization>
</irm:RecordKeeper>
Source
<xsd:element name="RecordKeeper">
  <xsd:annotation>
    <xsd:documentation>The administrative entity, unit, office, responsible for the custody and ongoing management of the records during their active business use.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:all minOccurs="1" maxOccurs="1">
      <xsd:element name="RecordKeeperID" type="ism:ShortStringType">
        <xsd:annotation>
          <xsd:documentation>A unique identifier for the RecordKeeper</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="ddms:Organization" minOccurs="1" maxOccurs="1"/>
    </xsd:all>
  </xsd:complexType>
</xsd:element>
Schema location IC-IRM.xsd
Element irm:RecordKeeper / irm:RecordKeeperID
Namespace urn:us:gov:ic:irm
Annotations
A unique identifier for the RecordKeeper
Diagram
Diagram IC-ISM_xsd_Simple_Type_ShortStringType.tmp#ShortStringType
Type ShortStringType
Properties
content: simple
Facets
maxLength 256
Source
<xsd:element name="RecordKeeperID" type="ism:ShortStringType">
  <xsd:annotation>
    <xsd:documentation>A unique identifier for the RecordKeeper</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location IC-IRM.xsd