Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element collectionDetails
Namespace urn:us:mil:ces:metadata:domex
Annotations
(Batch). Documents and/or electronic media acquired during the same capture, seizure, or acquisition event at the same location or attributed to the same individual (s) or group.
Diagram
Diagram DDMS-Includes_xsd_Attribute_Group_SecurityAttributesGroup.tmp#SecurityAttributesGroup DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_uuid DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_providingOrganization DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_owningOrganization DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_collectionName DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_batchName DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_collectionCountry DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_isDraft DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_containsObjectionalMaterial DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_containsSuspectedCPData DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_containsUsPersonsData DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_isRestricted DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_acquisitionDetails DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_numberOfComponents DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_legalTitle DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_collectingUnitID DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_collectingOrganizationNationality DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_reasonForCollecting DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_transportingUnit DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_transportingUnitPOC DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_transmittalNumber DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_NumberOfBoxes DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_homelandSecurity DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_internationalSharingAgreement DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_lawEnforcementWarrant DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_dodOperation DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_microCollectionLocation DOMEX_xsd_Element_collectionDetails.tmp#collectionDetails_activity
Properties
content complex
Used by
Element acquisition
Model
Children NumberOfBoxes , acquisitionDetails , activity , batchName , collectingOrganizationNationality , collectingUnitID , collectionCountry , collectionName , containsObjectionalMaterial , containsSuspectedCPData , containsUsPersonsData , dodOperation , homelandSecurity , internationalSharingAgreement , isDraft , isRestricted , lawEnforcementWarrant , legalTitle , microCollectionLocation , numberOfComponents , owningOrganization , providingOrganization , reasonForCollecting , transmittalNumber , transportingUnit , transportingUnitPOC
Instance
<collectionDetails SchemaguideSecurityAttributesGroup="" uuid="" xmlns="urn:us:mil:ces:metadata:domex">
  <providingOrganization>{1,1}</providingOrganization>
  <owningOrganization>{1,1}</owningOrganization>
  <collectionName>{1,1}</collectionName>
  <batchName>{0,1}</batchName>
  <collectionCountry code="" codespace="">{0,1}</collectionCountry>
  <isDraft>{0,1}</isDraft>
  <containsObjectionalMaterial>{0,1}</containsObjectionalMaterial>
  <containsSuspectedCPData>{0,1}</containsSuspectedCPData>
  <containsUsPersonsData>{0,1}</containsUsPersonsData>
  <isRestricted>{0,1}</isRestricted>
  <acquisitionDetails>{1,1}</acquisitionDetails>
  <numberOfComponents>{1,1}</numberOfComponents>
  <legalTitle>{1,1}</legalTitle>
  <collectingUnitID>{0,1}</collectingUnitID>
  <collectingOrganizationNationality code="" codespace="">{0,1}</collectingOrganizationNationality>
  <reasonForCollecting>{0,1}</reasonForCollecting>
  <transportingUnit>{0,1}</transportingUnit>
  <transportingUnitPOC>{0,1}</transportingUnitPOC>
  <transmittalNumber>{0,1}</transmittalNumber>
  <NumberOfBoxes>{0,1}</NumberOfBoxes>
  <homelandSecurity>{0,1}</homelandSecurity>
  <internationalSharingAgreement>{0,1}</internationalSharingAgreement>
  <lawEnforcementWarrant>{0,1}</lawEnforcementWarrant>
  <dodOperation>{0,1}</dodOperation>
  <microCollectionLocation>{0,unbounded}</microCollectionLocation>
  <activity>{0,unbounded}</activity>
</collectionDetails>
Attributes
QName Type Use Annotation
SchemaguideSecurityAttributesGroup xsd:NMTOKEN optional
This attribute is only a placeholder so that all the ISM attributes are not shown in the schemaGuide for every element. If you refer to the documentation of the attribute group it will say what attributes should be here.
uuid UuidType optional
A UUID attribute is provided for systems that make use of such an identifier.
Source
<xs:element name="collectionDetails">
  <xs:annotation>
    <xs:documentation>(Batch). Documents and/or electronic media acquired during the same capture, seizure, or acquisition event at the same location or attributed to the same individual (s) or group.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="providingOrganization" type="string100">
        <xs:annotation>
          <xs:documentation>Name of the organization that acquired the media.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="owningOrganization" type="string100">
        <xs:annotation>
          <xs:documentation>Name of the organization that owns the media. Organization or agency that acquires, obtains, collects, and/or provides media to national repositories or is later determined to be authorized to release and/or declassify media.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="collectionName" type="string200">
        <xs:annotation>
          <xs:documentation>The cover term(s) associated with the media seizure, exploitation, and collaboration.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="batchName" type="string200" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Name of the Batch as defined by the collecting organization.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <!-- ddms:acquiredOn xs:element name="dateAcquired" type="ddms:CombinedDateType" minOccurs="0">
					<xs:annotation>
						<xs:documentation>
							The Date-Time-Group (DTG) a collection started.
						</xs:documentation>
					</xs:annotation>
				</xs:element-->
      <!-- ddms:geospatialCoverage xs:element name="collectionLocationCoordinates" type="tspi-core:PointType" minOccurs="0">
					<xs:annotation>
						<xs:documentation>
							Coordinates of location of collection
						</xs:documentation>
					</xs:annotation>
				</xs:element-->
      <xs:element name="collectionCountry" type="ddms:CompoundCountryCodeIdentifierType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The country from which the collection was acquired.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <!-- ddms:description xs:element name="collectionDescription" type="string4000" minOccurs="0">
					<xs:annotation>
						<xs:documentation>
							A full description for the collection.
						</xs:documentation>
					</xs:annotation>
				</xs:element-->
      <xs:element name="isDraft" type="xs:boolean" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The collection is a partial submission.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="containsObjectionalMaterial" type="xs:boolean" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The collection contains objectionable material.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="containsSuspectedCPData" type="xs:boolean" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The collection contains suspected CP data.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="containsUsPersonsData" type="xs:boolean" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The collections contains data related to US persons</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="isRestricted" type="xs:boolean" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The collection is restricted to those organizations identified by the data owner sharing restrictions.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="acquisitionDetails" type="string4000">
        <xs:annotation>
          <xs:documentation>Details of how the collection was acquired.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="numberOfComponents" type="xs:positiveInteger">
        <xs:annotation>
          <xs:documentation>Number of components in the collection. Components include devices or pieces of media.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="legalTitle" type="CVEnumDOMEXLegalTitleType:CVEnumDOMEXLegalTitleType">
        <xs:annotation>
          <xs:documentation>Legal Title</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="collectingUnitID" type="CVEnumDOMEXCollectingUnitIDTypeType:CVEnumDOMEXCollectingUnitIDTypeType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Number that identifies collection from that organization (SIGACT or Others). Support multiple IDs per collection.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="collectingOrganizationNationality" type="ddms:CompoundCountryCodeIdentifierType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Nationality of organization that collected the media.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="reasonForCollecting" type="string4000" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Reason, justification, or circumstance for collecting the media is submitted to NEXSYS</xs:documentation>
        </xs:annotation>
      </xs:element>
      <!-- Change Request #530  DOMEX: Additions to Collection Details -->
      <xs:element name="transportingUnit" type="CVEnumDOMEXCollectingUnitIDTypeType:CVEnumDOMEXCollectingUnitIDTypeType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Unit responsible for transporting collection from initial collection location.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="transportingUnitPOC" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Point of contact within unit responsible for transporting collection from initial collection location.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="transmittalNumber" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Transmittial number associated with this collection while in transit.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NumberOfBoxes" type="xs:positiveInteger" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Number of physical boxes transported in this collection.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <!-- End of Change Request #530 -->
      <xs:element name="homelandSecurity" type="string4000" minOccurs="0">
        <xs:annotation>
          <xs:documentation>DHS Objectives</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="internationalSharingAgreement" type="string4000" minOccurs="0">
        <xs:annotation>
          <xs:documentation>No description provided</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="lawEnforcementWarrant" type="string4000" minOccurs="0">
        <xs:annotation>
          <xs:documentation>DOJ, FBI Objectives</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dodOperation" type="string4000" minOccurs="0">
        <xs:annotation>
          <xs:documentation>USDI Objectives</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="microCollectionLocation" type="MicroCollectionLocationType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Micro Collection Location: Optional details on where the collection was acquired.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <!-- Change Request #889 - Add Activity / sub activity elements -->
      <xs:element name="activity" type="ActivityType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Supports the ability to perform collection, media, and document similarity classification.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <!-- End of Change Request #889 -->
    </xs:sequence>
    <xs:attributeGroup ref="ddms:SecurityAttributesGroup"/>
    <!-- ddms:identifier xs:attribute name="domexId" type="string36" use="required">
				<xs:annotation>
					<xs:documentation>
						DOMEXIDs are unique, unclassified numbers that identify individual or batched documents and media and their resulting/associated records.		
					</xs:documentation>
				</xs:annotation>
			</xs:attribute-->
    <!-- ddms:identifier xs:attribute name="collectionId" type="string38" use="optional">
				<xs:annotation>
					<xs:documentation>
						A collection ID is a number that uniquely identifies collection within NEXSYS
					</xs:documentation>
				</xs:annotation>
			</xs:attribute-->
    <xs:attribute name="uuid" type="UuidType" use="optional">
      <xs:annotation>
        <xs:documentation>A UUID attribute is provided for systems that make use of such an identifier.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / providingOrganization
Namespace urn:us:mil:ces:metadata:domex
Annotations
Name of the organization that acquired the media.
Diagram
Diagram DOMEX_xsd_Simple_Type_string100.tmp#string100
Type string100
Properties
content simple
Facets
maxLength 100
Source
<xs:element name="providingOrganization" type="string100">
  <xs:annotation>
    <xs:documentation>Name of the organization that acquired the media.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / owningOrganization
Namespace urn:us:mil:ces:metadata:domex
Annotations
Name of the organization that owns the media. Organization or agency that acquires, obtains, collects, and/or provides media to national repositories or is later determined to be authorized to release and/or declassify media.
Diagram
Diagram DOMEX_xsd_Simple_Type_string100.tmp#string100
Type string100
Properties
content simple
Facets
maxLength 100
Source
<xs:element name="owningOrganization" type="string100">
  <xs:annotation>
    <xs:documentation>Name of the organization that owns the media. Organization or agency that acquires, obtains, collects, and/or provides media to national repositories or is later determined to be authorized to release and/or declassify media.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / collectionName
Namespace urn:us:mil:ces:metadata:domex
Annotations
The cover term(s) associated with the media seizure, exploitation, and collaboration.
Diagram
Diagram DOMEX_xsd_Simple_Type_string200.tmp#string200
Type string200
Properties
content simple
Facets
maxLength 200
Source
<xs:element name="collectionName" type="string200">
  <xs:annotation>
    <xs:documentation>The cover term(s) associated with the media seizure, exploitation, and collaboration.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / batchName
Namespace urn:us:mil:ces:metadata:domex
Annotations
Name of the Batch as defined by the collecting organization.
Diagram
Diagram DOMEX_xsd_Simple_Type_string200.tmp#string200
Type string200
Properties
content simple
minOccurs 0
Facets
maxLength 200
Source
<xs:element name="batchName" type="string200" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name of the Batch as defined by the collecting organization.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / collectionCountry
Namespace urn:us:mil:ces:metadata:domex
Annotations
The country from which the collection was acquired.
Diagram
Diagram DDMS-GeospatialCoverage_xsd_Complex_Type_CompoundCountryCodeIdentifierType.tmp#CompoundCountryCodeIdentifierType_codespace DDMS-GeospatialCoverage_xsd_Complex_Type_CompoundCountryCodeIdentifierType.tmp#CompoundCountryCodeIdentifierType_code DDMS-GeospatialCoverage_xsd_Complex_Type_CompoundCountryCodeIdentifierType.tmp#CompoundCountryCodeIdentifierType
Type CompoundCountryCodeIdentifierType
Properties
content complex
minOccurs 0
Attributes
QName Type Use
code simpleTokenType required
codespace simpleTokenType required
Source
<xs:element name="collectionCountry" type="ddms:CompoundCountryCodeIdentifierType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The country from which the collection was acquired.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / isDraft
Namespace urn:us:mil:ces:metadata:domex
Annotations
The collection is a partial submission.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="isDraft" type="xs:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The collection is a partial submission.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / containsObjectionalMaterial
Namespace urn:us:mil:ces:metadata:domex
Annotations
The collection contains objectionable material.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="containsObjectionalMaterial" type="xs:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The collection contains objectionable material.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / containsSuspectedCPData
Namespace urn:us:mil:ces:metadata:domex
Annotations
The collection contains suspected CP data.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="containsSuspectedCPData" type="xs:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The collection contains suspected CP data.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / containsUsPersonsData
Namespace urn:us:mil:ces:metadata:domex
Annotations
The collections contains data related to US persons
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="containsUsPersonsData" type="xs:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The collections contains data related to US persons</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / isRestricted
Namespace urn:us:mil:ces:metadata:domex
Annotations
The collection is restricted to those organizations identified by the data owner sharing restrictions.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="isRestricted" type="xs:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The collection is restricted to those organizations identified by the data owner sharing restrictions.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / acquisitionDetails
Namespace urn:us:mil:ces:metadata:domex
Annotations
Details of how the collection was acquired.
Diagram
Diagram DOMEX_xsd_Simple_Type_string4000.tmp#string4000
Type string4000
Properties
content simple
Facets
maxLength 4000
Source
<xs:element name="acquisitionDetails" type="string4000">
  <xs:annotation>
    <xs:documentation>Details of how the collection was acquired.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / numberOfComponents
Namespace urn:us:mil:ces:metadata:domex
Annotations
Number of components in the collection. Components include devices or pieces of media.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="numberOfComponents" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>Number of components in the collection. Components include devices or pieces of media.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / legalTitle
Namespace urn:us:mil:ces:metadata:domex
Annotations
Legal Title
Diagram
Diagram CVEnumDOMEXLegalTitleType_xsd_Simple_Type_CVEnumDOMEXLegalTitleType.tmp#CVEnumDOMEXLegalTitleType
Type CVEnumDOMEXLegalTitleType
Properties
content simple
Facets
enumeration 10
None provided
enumeration 18
None provided
enumeration 22
None provided
enumeration 28
None provided
enumeration 50
None provided
Source
<xs:element name="legalTitle" type="CVEnumDOMEXLegalTitleType:CVEnumDOMEXLegalTitleType">
  <xs:annotation>
    <xs:documentation>Legal Title</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / collectingUnitID
Namespace urn:us:mil:ces:metadata:domex
Annotations
Number that identifies collection from that organization (SIGACT or Others). Support multiple IDs per collection.
Diagram
Diagram CVEnumDOMEXCollectingUnitIDTypeType_xsd_Simple_Type_CVEnumDOMEXCollectingUnitIDTypeType_CVEnumDOMEXCollectingUnitIDTypeType.tmp#CVEnumDOMEXCollectingUnitIDTypeType
Type CVEnumDOMEXCollectingUnitIDTypeType:CVEnumDOMEXCollectingUnitIDTypeType
Properties
content simple
minOccurs 0
Facets
enumeration Case Number
None provided
enumeration Detainee Number
None provided
enumeration Harmony Series End
None provided
enumeration Harmony Series Start
None provided
enumeration IOC Requirement Number
None provided
enumeration ISN
None provided
enumeration LOO/Series
None provided
enumeration Technical Control Number
None provided
enumeration CEXC #
None provided
enumeration JEFF #
None provided
enumeration SIGACT #
None provided
enumeration WIT #
None provided
Source
<xs:element name="collectingUnitID" type="CVEnumDOMEXCollectingUnitIDTypeType:CVEnumDOMEXCollectingUnitIDTypeType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Number that identifies collection from that organization (SIGACT or Others). Support multiple IDs per collection.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / collectingOrganizationNationality
Namespace urn:us:mil:ces:metadata:domex
Annotations
Nationality of organization that collected the media.
Diagram
Diagram DDMS-GeospatialCoverage_xsd_Complex_Type_CompoundCountryCodeIdentifierType.tmp#CompoundCountryCodeIdentifierType_codespace DDMS-GeospatialCoverage_xsd_Complex_Type_CompoundCountryCodeIdentifierType.tmp#CompoundCountryCodeIdentifierType_code DDMS-GeospatialCoverage_xsd_Complex_Type_CompoundCountryCodeIdentifierType.tmp#CompoundCountryCodeIdentifierType
Type CompoundCountryCodeIdentifierType
Properties
content complex
minOccurs 0
Attributes
QName Type Use
code simpleTokenType required
codespace simpleTokenType required
Source
<xs:element name="collectingOrganizationNationality" type="ddms:CompoundCountryCodeIdentifierType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Nationality of organization that collected the media.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / reasonForCollecting
Namespace urn:us:mil:ces:metadata:domex
Annotations
Reason, justification, or circumstance for collecting the media is submitted to NEXSYS
Diagram
Diagram DOMEX_xsd_Simple_Type_string4000.tmp#string4000
Type string4000
Properties
content simple
minOccurs 0
Facets
maxLength 4000
Source
<xs:element name="reasonForCollecting" type="string4000" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Reason, justification, or circumstance for collecting the media is submitted to NEXSYS</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / transportingUnit
Namespace urn:us:mil:ces:metadata:domex
Annotations
Unit responsible for transporting collection from initial collection location.
Diagram
Diagram CVEnumDOMEXCollectingUnitIDTypeType_xsd_Simple_Type_CVEnumDOMEXCollectingUnitIDTypeType_CVEnumDOMEXCollectingUnitIDTypeType.tmp#CVEnumDOMEXCollectingUnitIDTypeType
Type CVEnumDOMEXCollectingUnitIDTypeType:CVEnumDOMEXCollectingUnitIDTypeType
Properties
content simple
minOccurs 0
Facets
enumeration Case Number
None provided
enumeration Detainee Number
None provided
enumeration Harmony Series End
None provided
enumeration Harmony Series Start
None provided
enumeration IOC Requirement Number
None provided
enumeration ISN
None provided
enumeration LOO/Series
None provided
enumeration Technical Control Number
None provided
enumeration CEXC #
None provided
enumeration JEFF #
None provided
enumeration SIGACT #
None provided
enumeration WIT #
None provided
Source
<xs:element name="transportingUnit" type="CVEnumDOMEXCollectingUnitIDTypeType:CVEnumDOMEXCollectingUnitIDTypeType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Unit responsible for transporting collection from initial collection location.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / transportingUnitPOC
Namespace urn:us:mil:ces:metadata:domex
Annotations
Point of contact within unit responsible for transporting collection from initial collection location.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="transportingUnitPOC" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Point of contact within unit responsible for transporting collection from initial collection location.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / transmittalNumber
Namespace urn:us:mil:ces:metadata:domex
Annotations
Transmittial number associated with this collection while in transit.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="transmittalNumber" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Transmittial number associated with this collection while in transit.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / NumberOfBoxes
Namespace urn:us:mil:ces:metadata:domex
Annotations
Number of physical boxes transported in this collection.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
minOccurs 0
Source
<xs:element name="NumberOfBoxes" type="xs:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Number of physical boxes transported in this collection.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / homelandSecurity
Namespace urn:us:mil:ces:metadata:domex
Annotations
DHS Objectives
Diagram
Diagram DOMEX_xsd_Simple_Type_string4000.tmp#string4000
Type string4000
Properties
content simple
minOccurs 0
Facets
maxLength 4000
Source
<xs:element name="homelandSecurity" type="string4000" minOccurs="0">
  <xs:annotation>
    <xs:documentation>DHS Objectives</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / internationalSharingAgreement
Namespace urn:us:mil:ces:metadata:domex
Annotations
No description provided
Diagram
Diagram DOMEX_xsd_Simple_Type_string4000.tmp#string4000
Type string4000
Properties
content simple
minOccurs 0
Facets
maxLength 4000
Source
<xs:element name="internationalSharingAgreement" type="string4000" minOccurs="0">
  <xs:annotation>
    <xs:documentation>No description provided</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / lawEnforcementWarrant
Namespace urn:us:mil:ces:metadata:domex
Annotations
DOJ, FBI Objectives
Diagram
Diagram DOMEX_xsd_Simple_Type_string4000.tmp#string4000
Type string4000
Properties
content simple
minOccurs 0
Facets
maxLength 4000
Source
<xs:element name="lawEnforcementWarrant" type="string4000" minOccurs="0">
  <xs:annotation>
    <xs:documentation>DOJ, FBI Objectives</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / dodOperation
Namespace urn:us:mil:ces:metadata:domex
Annotations
USDI Objectives
Diagram
Diagram DOMEX_xsd_Simple_Type_string4000.tmp#string4000
Type string4000
Properties
content simple
minOccurs 0
Facets
maxLength 4000
Source
<xs:element name="dodOperation" type="string4000" minOccurs="0">
  <xs:annotation>
    <xs:documentation>USDI Objectives</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / microCollectionLocation
Namespace urn:us:mil:ces:metadata:domex
Annotations
Micro Collection Location: Optional details on where the collection was acquired.
Diagram
Diagram DOMEX_xsd_Complex_Type_MicroCollectionLocationType.tmp#MicroCollectionLocationType_narrative DOMEX_xsd_Complex_Type_MicroCollectionLocationType.tmp#MicroCollectionLocationType_descriptor DOMEX_xsd_Complex_Type_MicroCollectionLocationType.tmp#MicroCollectionLocationType
Type MicroCollectionLocationType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children descriptor , narrative
Instance
<microCollectionLocation xmlns="urn:us:mil:ces:metadata:domex">
  <narrative>{0,1}</narrative>
  <descriptor type="">{0,unbounded}</descriptor>
</microCollectionLocation>
Source
<xs:element name="microCollectionLocation" type="MicroCollectionLocationType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Micro Collection Location: Optional details on where the collection was acquired.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element collectionDetails / activity
Namespace urn:us:mil:ces:metadata:domex
Annotations
Supports the ability to perform collection, media, and document similarity classification.
Diagram
Diagram DOMEX_xsd_Complex_Type_ActivityType.tmp#ActivityType_primaryActivity DOMEX_xsd_Complex_Type_ActivityType.tmp#ActivityType_subActivity DOMEX_xsd_Complex_Type_ActivityType.tmp#ActivityType
Type ActivityType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children primaryActivity , subActivity
Instance
<activity xmlns="urn:us:mil:ces:metadata:domex">
  <primaryActivity>{1,1}</primaryActivity>
  <subActivity>{0,unbounded}</subActivity>
</activity>
Source
<xs:element name="activity" type="ActivityType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Supports the ability to perform collection, media, and document similarity classification.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Attribute collectionDetails / @uuid
Namespace urn:us:mil:ces:metadata:domex
Annotations
A UUID attribute is provided for systems that make use of such an identifier.
Type UuidType
Properties
use optional
Facets
pattern [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{16}
Used by
Source
<xs:attribute name="uuid" type="UuidType" use="optional">
  <xs:annotation>
    <xs:documentation>A UUID attribute is provided for systems that make use of such an identifier.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location DOMEX.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.

This document has been approved for Public Release by the Office of the Director of National Intelligence. See Distribution Notice for details. Click Here