Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element subjectInformation
Namespace urn:us:mil:ces:metadata:domex
Annotations
Defines the subject information structure of the DOMEX DDMS assertions. A "subject" could be a person, organization, facility or piece of equipment that is associated with this acquisition. Multiple subjects of differing types are permitted. Type of Subject Denoted by subject element
Diagram
Diagram DOMEX_xsd_Element_subjectInformation.tmp#subjectInformation_uuid DDMS-Includes_xsd_Attribute_Group_SecurityAttributesGroup.tmp#SecurityAttributesGroup Identity_xsd_Element_identity.tmp#identity DOMEX_xsd_Element_facility.tmp#facility DOMEX_xsd_Element_organization.tmp#organization DOMEX_xsd_Element_equipment.tmp#equipment DOMEX_xsd_Element_subjectInformation.tmp#subjectInformation_fisaRelated DOMEX_xsd_Element_subjectInformation.tmp#subjectInformation_fisaCaseId DOMEX_xsd_Element_subjectInformation.tmp#subjectInformation_otherIdType
Properties
content complex
Used by
Model
Children equipment , facility , fisaCaseId , fisaRelated , identity , organization , otherIdType
Instance
<subjectInformation SchemaguideSecurityAttributesGroup="" uuid="" xmlns="urn:us:mil:ces:metadata:domex" xmlns:Identity="urn:us:mil:ces:metadata:domex_identity">
  <Identity:identity uuid="">{1,1}</Identity:identity>
  <facility uuid="">{1,1}</facility>
  <organization>{1,1}</organization>
  <equipment uuid="">{1,1}</equipment>
  <fisaRelated>{0,1}</fisaRelated>
  <fisaCaseId>{0,1}</fisaCaseId>
  <otherIdType>{0,1}</otherIdType>
</subjectInformation>
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="subjectInformation">
  <xs:annotation>
    <xs:documentation>Defines the subject information structure of the DOMEX DDMS assertions. A "subject" could be a person, organization, facility or piece of equipment that is associated with this acquisition. Multiple subjects of differing types are permitted. Type of Subject Denoted by subject element</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="Identity:identity"/>
        <xs:element ref="facility"/>
        <xs:element ref="organization"/>
        <xs:element ref="equipment"/>
      </xs:choice>
      <xs:element name="fisaRelated" type="CVEnumDOMEXFisaType:CVEnumDOMEXFisaType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Information acquired by the FBI in accordance with FISC-authorized physical searches, electronic surveillance, or other means of acquisition targeting foreign powers and agents of foreign powers.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="fisaCaseId" type="string100" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The Case ID if this is a FISA case</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="otherIdType" type="CVEnumDOMEXCollectingUnitIDTypeType:CVEnumDOMEXCollectingUnitIDTypeType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Other ID types associated with subject</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <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:attributeGroup ref="ddms:SecurityAttributesGroup"/>
  </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 subjectInformation / fisaRelated
Namespace urn:us:mil:ces:metadata:domex
Annotations
Information acquired by the FBI in accordance with FISC-authorized physical searches, electronic surveillance, or other means of acquisition targeting foreign powers and agents of foreign powers.
Diagram
Diagram CVEnumDOMEXFisaType_xsd_Simple_Type_CVEnumDOMEXFisaType.tmp#CVEnumDOMEXFisaType
Type CVEnumDOMEXFisaType
Properties
content simple
minOccurs 0
Facets
enumeration Criminal Warrant
None provided
enumeration Owner Consent
None provided
Source
<xs:element name="fisaRelated" type="CVEnumDOMEXFisaType:CVEnumDOMEXFisaType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Information acquired by the FBI in accordance with FISC-authorized physical searches, electronic surveillance, or other means of acquisition targeting foreign powers and agents of foreign powers.</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 subjectInformation / fisaCaseId
Namespace urn:us:mil:ces:metadata:domex
Annotations
The Case ID if this is a FISA case
Diagram
Diagram DOMEX_xsd_Simple_Type_string100.tmp#string100
Type string100
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element name="fisaCaseId" type="string100" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Case ID if this is a FISA case</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 subjectInformation / otherIdType
Namespace urn:us:mil:ces:metadata:domex
Annotations
Other ID types associated with subject
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="otherIdType" type="CVEnumDOMEXCollectingUnitIDTypeType:CVEnumDOMEXCollectingUnitIDTypeType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Other ID types associated with subject</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 subjectInformation / @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