Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element identity
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Describes an Identity in the DOMEX Data Assertion All the information about a Person. All properties (including name) are allowed to occur 0 to unbounded times. Note that some of the properties (affiliation, kinship, location) have more specific sub-properties defined here (such as memberOf, spouse, residence respectively) which may be used as well.
Diagram
Diagram Identity_xsd_Element_identity.tmp#identity_uuid Identity_xsd_Element_identity.tmp#identity_name Identity_xsd_Element_identity.tmp#identity_alias Identity_xsd_Element_identity.tmp#identity_translatedName Identity_xsd_Element_identity.tmp#identity_transliteratedName Identity_xsd_Element_identity.tmp#identity_dateOfBirth Identity_xsd_Element_identity.tmp#identity_placeOfBirth Identity_xsd_Element_identity.tmp#identity_dateOfDeath Identity_xsd_Element_identity.tmp#identity_placeOfDeath Identity_xsd_Element_identity.tmp#identity_gender Identity_xsd_Element_identity.tmp#identity_occupation Identity_xsd_Element_identity.tmp#identity_physicalDescription Identity_xsd_Element_identity.tmp#identity_skill Identity_xsd_Element_identity.tmp#identity_phone Identity_xsd_Element_identity.tmp#identity_emailAddress Identity_xsd_Element_identity.tmp#identity_userId Identity_xsd_Element_identity.tmp#identity_affiliation Identity_xsd_Element_identity.tmp#identity_referenceNumber-ControlId Identity_xsd_Element_identity.tmp#identity_biometricUrl Identity_xsd_Element_identity.tmp#identity_citizenship Identity_xsd_Element_identity.tmp#identity_remark Identity_xsd_Element_identity.tmp#identity_education Identity_xsd_Element_identity.tmp#identity_identification Identity_xsd_Element_identity.tmp#identity_isnNumber Identity_xsd_Element_identity.tmp#identity_kinship Identity_xsd_Element_identity.tmp#identity_location Identity_xsd_Element_identity.tmp#identity_medical Identity_xsd_Element_identity.tmp#identity_multimedia
Properties
content complex
Used by
Model
Children affiliation , alias , biometricUrl , citizenship , dateOfBirth , dateOfDeath , education , emailAddress , gender , identification , isnNumber , kinship , location , medical , multimedia , name , occupation , phone , physicalDescription , placeOfBirth , placeOfDeath , referenceNumber-ControlId , remark , skill , translatedName , transliteratedName , userId
Instance
<identity uuid="" xmlns="urn:us:mil:ces:metadata:domex_identity">
  <name>{1,1}</name>
  <alias>{0,unbounded}</alias>
  <translatedName>{0,1}</translatedName>
  <transliteratedName>{0,1}</transliteratedName>
  <dateOfBirth>{0,unbounded}</dateOfBirth>
  <placeOfBirth>{0,unbounded}</placeOfBirth>
  <dateOfDeath>{0,unbounded}</dateOfDeath>
  <placeOfDeath>{0,unbounded}</placeOfDeath>
  <gender>{0,unbounded}</gender>
  <occupation>{0,unbounded}</occupation>
  <physicalDescription>{0,1}</physicalDescription>
  <skill>{0,unbounded}</skill>
  <phone>{0,unbounded}</phone>
  <emailAddress>{0,unbounded}</emailAddress>
  <userId>{0,unbounded}</userId>
  <affiliation type="">{0,unbounded}</affiliation>
  <referenceNumber-ControlId>{0,unbounded}</referenceNumber-ControlId>
  <biometricUrl>{0,unbounded}</biometricUrl>
  <citizenship>{0,unbounded}</citizenship>
  <remark SchemaguideSecurityAttributesGroup="">{0,unbounded}</remark>
  <education>{0,unbounded}</education>
  <identification>{0,unbounded}</identification>
  <isnNumber>{0,1}</isnNumber>
  <kinship>{0,unbounded}</kinship>
  <location order="" precedence="" SchemaguideSecurityAttributesOptionGroup="">{0,unbounded}</location>
  <medical>{0,unbounded}</medical>
  <multimedia>{0,unbounded}</multimedia>
</identity>
Attributes
QName Type Use
uuid UuidType optional
Source
<xs:element name="identity" ism:classification="U" ism:ownerProducer="USA">
  <xs:annotation>
    <xs:documentation>Describes an Identity in the DOMEX Data Assertion All the information about a Person. All properties (including name) are allowed to occur 0 to unbounded times. Note that some of the properties (affiliation, kinship, location) have more specific sub-properties defined here (such as memberOf, spouse, residence respectively) which may be used as well.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="IdentityNameType">
        <xs:annotation>
          <xs:documentation>Proper Name including Translated Name, Transliterated Name, Aliases. Includes Honorific Prefix, Given Name, Additional Name, Family Name, Honorific Suffix.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <!-- artf14828 - Make alias element unbounded -->
      <xs:element name="alias" type="IdentityNameType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Alias (es) of Subject</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="translatedName" type="IdentityNameType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>English language translation of the name.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="transliteratedName" type="IdentityNameType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Name transliterated for non-Latin characters.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dateOfBirth" type="string50" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Date of Birth if Subject is a person.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="placeOfBirth" type="CityStateCountryType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Place of Birth if Subject is a person.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dateOfDeath" type="string50" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Date of Death if Subject is a person.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="placeOfDeath" type="CityStateCountryType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Place of Death if Subject is a person.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="gender" type="string20" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Gender if Subject is a person.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="occupation" type="string100" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Occupation if Subject is a person.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="physicalDescription" type="PhysicalDescriptionType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Physical Description of the person if Subject is a person. Includes: height, weight, mark, scar, tattoo, other, apparent physical characteristic description, apparent physical disability, blood type, build, clothing description, complexion, date of birth, ethnicity, eye color, eye description, eyewear description, facial hair description, fingerprint classification, gender, hair color, hair description, height, height description, race, skin tone, weight.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="skill" type="string256" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Skill if the Subject is a person. An ability, knowledge, or capability to perform some activity. Includes an indication of proficiency.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="phone" type="string100" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A telephone number. This value includes country code and area code when applicable. Includes the original number in the native language script and also the ASCII representation. Can be the phone number of a person or organization.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="emailAddress" type="string256" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>An address for electronic mail. Can be for a person or organization.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="userId" type="string100" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Unique Identifier applied by an agency to an author, co-author, POC, tasking requester or addressee.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="affiliation" type="AffiliationType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>The identification of an organization or agency with which an individual or service has an affiliation. Includes: is Member of and is Employed by.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="referenceNumber-ControlId" type="string256" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Reference control ID in other Biometric system</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="biometricUrl" type="xs:anyURI" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>List of URLs to this detainee’s records in BIR.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="citizenship" type="CitizenshipType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Information about a Person’s citizenship in a Country. Includes Country and Status. Status values include Native Born, Naturalized, Permanent Resident Alien Applied, and Permament Resident Alien Granted.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="remark" type="RemarkType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Any remarks concerning the identity</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="education" type="EducationType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A relationship between a person and an institution. Attributes include: level of education: Graduated, Undergraduate, Primary, Secondary; Degree: AA, BA, BS, DD, DDiv, HS, LLD, MA, MD, MS, PhD. Institutions: High School, Post Secondary School.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="identification" type="IdentificationType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Person has identification. A document which was issued by some organization to “identify” the indicated person, indicate some sort of affiliation with the organization, usually assign the person an identification “number, and perhaps license the person in some capacity. Identification types include: License and Membership ID. Attributes include: authority, date of issue, date of expiration, issuing country, issuing State or Province, issuing Locality, issuing Organization, and the identified person.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="isnNumber" type="string50" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Detainee Serial # (DoD) or other control number: TCN, Case #, IOC Requirement #, LOO Series</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="kinship" type="string100" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Any blood or marital relationship between two persons.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="location" type="ddms:PlaceType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A group of entities used in the DoD Discovery Metadata Specification postalAddress plus others. Optionally includes Street, City, State, Province, Postal Code, and Country Code.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="medical" type="string256" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Details about medical conditions a person has or experiences.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="multimedia" type="xs:anyURI" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A person is represented in the linked Multimedia (image, video, etc.) URI to linked image.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="uuid" type="UuidType" use="optional"/>
  </xs:complexType>
</xs:element>
Schema location Identity.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 identity / name
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Proper Name including Translated Name, Transliterated Name, Aliases. Includes Honorific Prefix, Given Name, Additional Name, Family Name, Honorific Suffix.
Diagram
Diagram Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_honorificPrefix Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_givenName Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_additionalName Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_familyName Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_honorificSuffix Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType
Type IdentityNameType
Properties
content complex
Model
Children additionalName , familyName , givenName , honorificPrefix , honorificSuffix
Instance
<name xmlns="urn:us:mil:ces:metadata:domex_identity">
  <honorificPrefix>{0,unbounded}</honorificPrefix>
  <givenName>{0,unbounded}</givenName>
  <additionalName>{0,unbounded}</additionalName>
  <familyName>{0,unbounded}</familyName>
  <honorificSuffix>{0,unbounded}</honorificSuffix>
</name>
Source
<xs:element name="name" type="IdentityNameType">
  <xs:annotation>
    <xs:documentation>Proper Name including Translated Name, Transliterated Name, Aliases. Includes Honorific Prefix, Given Name, Additional Name, Family Name, Honorific Suffix.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / alias
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Alias (es) of Subject
Diagram
Diagram Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_honorificPrefix Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_givenName Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_additionalName Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_familyName Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_honorificSuffix Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType
Type IdentityNameType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children additionalName , familyName , givenName , honorificPrefix , honorificSuffix
Instance
<alias xmlns="urn:us:mil:ces:metadata:domex_identity">
  <honorificPrefix>{0,unbounded}</honorificPrefix>
  <givenName>{0,unbounded}</givenName>
  <additionalName>{0,unbounded}</additionalName>
  <familyName>{0,unbounded}</familyName>
  <honorificSuffix>{0,unbounded}</honorificSuffix>
</alias>
Source
<xs:element name="alias" type="IdentityNameType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Alias (es) of Subject</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / translatedName
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
English language translation of the name.
Diagram
Diagram Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_honorificPrefix Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_givenName Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_additionalName Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_familyName Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_honorificSuffix Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType
Type IdentityNameType
Properties
content complex
minOccurs 0
Model
Children additionalName , familyName , givenName , honorificPrefix , honorificSuffix
Instance
<translatedName xmlns="urn:us:mil:ces:metadata:domex_identity">
  <honorificPrefix>{0,unbounded}</honorificPrefix>
  <givenName>{0,unbounded}</givenName>
  <additionalName>{0,unbounded}</additionalName>
  <familyName>{0,unbounded}</familyName>
  <honorificSuffix>{0,unbounded}</honorificSuffix>
</translatedName>
Source
<xs:element name="translatedName" type="IdentityNameType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>English language translation of the name.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / transliteratedName
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Name transliterated for non-Latin characters.
Diagram
Diagram Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_honorificPrefix Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_givenName Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_additionalName Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_familyName Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType_honorificSuffix Identity_xsd_Complex_Type_IdentityNameType.tmp#IdentityNameType
Type IdentityNameType
Properties
content complex
minOccurs 0
Model
Children additionalName , familyName , givenName , honorificPrefix , honorificSuffix
Instance
<transliteratedName xmlns="urn:us:mil:ces:metadata:domex_identity">
  <honorificPrefix>{0,unbounded}</honorificPrefix>
  <givenName>{0,unbounded}</givenName>
  <additionalName>{0,unbounded}</additionalName>
  <familyName>{0,unbounded}</familyName>
  <honorificSuffix>{0,unbounded}</honorificSuffix>
</transliteratedName>
Source
<xs:element name="transliteratedName" type="IdentityNameType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name transliterated for non-Latin characters.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / dateOfBirth
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Date of Birth if Subject is a person.
Diagram
Diagram Identity_xsd_Simple_Type_string50.tmp#string50
Type string50
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
maxLength 50
Source
<xs:element name="dateOfBirth" type="string50" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Date of Birth if Subject is a person.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / placeOfBirth
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Place of Birth if Subject is a person.
Diagram
Diagram Identity_xsd_Complex_Type_CityStateCountryType.tmp#CityStateCountryType_city Identity_xsd_Complex_Type_CityStateCountryType.tmp#CityStateCountryType_state Identity_xsd_Complex_Type_CityStateCountryType.tmp#CityStateCountryType_country Identity_xsd_Complex_Type_CityStateCountryType.tmp#CityStateCountryType
Type CityStateCountryType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children city , country , state
Instance
<placeOfBirth xmlns="urn:us:mil:ces:metadata:domex_identity">
  <city>{0,1}</city>
  <state>{0,1}</state>
  <country code="" codespace="">{0,1}</country>
</placeOfBirth>
Source
<xs:element name="placeOfBirth" type="CityStateCountryType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Place of Birth if Subject is a person.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / dateOfDeath
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Date of Death if Subject is a person.
Diagram
Diagram Identity_xsd_Simple_Type_string50.tmp#string50
Type string50
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
maxLength 50
Source
<xs:element name="dateOfDeath" type="string50" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Date of Death if Subject is a person.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / placeOfDeath
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Place of Death if Subject is a person.
Diagram
Diagram Identity_xsd_Complex_Type_CityStateCountryType.tmp#CityStateCountryType_city Identity_xsd_Complex_Type_CityStateCountryType.tmp#CityStateCountryType_state Identity_xsd_Complex_Type_CityStateCountryType.tmp#CityStateCountryType_country Identity_xsd_Complex_Type_CityStateCountryType.tmp#CityStateCountryType
Type CityStateCountryType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children city , country , state
Instance
<placeOfDeath xmlns="urn:us:mil:ces:metadata:domex_identity">
  <city>{0,1}</city>
  <state>{0,1}</state>
  <country code="" codespace="">{0,1}</country>
</placeOfDeath>
Source
<xs:element name="placeOfDeath" type="CityStateCountryType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Place of Death if Subject is a person.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / gender
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Gender if Subject is a person.
Diagram
Diagram Identity_xsd_Simple_Type_string20.tmp#string20
Type string20
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
maxLength 20
Source
<xs:element name="gender" type="string20" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Gender if Subject is a person.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / occupation
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Occupation if Subject is a person.
Diagram
Diagram Identity_xsd_Simple_Type_string100.tmp#urn_us_mil_ces_metadata_domex_identity_string100
Type string100
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
maxLength 100
Source
<xs:element name="occupation" type="string100" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Occupation if Subject is a person.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / physicalDescription
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Physical Description of the person if Subject is a person. Includes: height, weight, mark, scar, tattoo, other, apparent physical characteristic description, apparent physical disability, blood type, build, clothing description, complexion, date of birth, ethnicity, eye color, eye description, eyewear description, facial hair description, fingerprint classification, gender, hair color, hair description, height, height description, race, skin tone, weight.
Diagram
Diagram Identity_xsd_Complex_Type_PhysicalDescriptionType.tmp#PhysicalDescriptionType_physicalAttribute Identity_xsd_Complex_Type_PhysicalDescriptionType.tmp#PhysicalDescriptionType
Type PhysicalDescriptionType
Properties
content complex
minOccurs 0
Model
Children physicalAttribute
Instance
<physicalDescription xmlns="urn:us:mil:ces:metadata:domex_identity">
  <physicalAttribute type="">{1,unbounded}</physicalAttribute>
</physicalDescription>
Source
<xs:element name="physicalDescription" type="PhysicalDescriptionType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Physical Description of the person if Subject is a person. Includes: height, weight, mark, scar, tattoo, other, apparent physical characteristic description, apparent physical disability, blood type, build, clothing description, complexion, date of birth, ethnicity, eye color, eye description, eyewear description, facial hair description, fingerprint classification, gender, hair color, hair description, height, height description, race, skin tone, weight.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / skill
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Skill if the Subject is a person. An ability, knowledge, or capability to perform some activity. Includes an indication of proficiency.
Diagram
Diagram Identity_xsd_Simple_Type_string256.tmp#string256
Type string256
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
maxLength 256
Source
<xs:element name="skill" type="string256" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Skill if the Subject is a person. An ability, knowledge, or capability to perform some activity. Includes an indication of proficiency.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / phone
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
A telephone number. This value includes country code and area code when applicable. Includes the original number in the native language script and also the ASCII representation. Can be the phone number of a person or organization.
Diagram
Diagram Identity_xsd_Simple_Type_string100.tmp#urn_us_mil_ces_metadata_domex_identity_string100
Type string100
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
maxLength 100
Source
<xs:element name="phone" type="string100" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A telephone number. This value includes country code and area code when applicable. Includes the original number in the native language script and also the ASCII representation. Can be the phone number of a person or organization.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / emailAddress
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
An address for electronic mail. Can be for a person or organization.
Diagram
Diagram Identity_xsd_Simple_Type_string256.tmp#string256
Type string256
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
maxLength 256
Source
<xs:element name="emailAddress" type="string256" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>An address for electronic mail. Can be for a person or organization.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / userId
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Unique Identifier applied by an agency to an author, co-author, POC, tasking requester or addressee.
Diagram
Diagram Identity_xsd_Simple_Type_string100.tmp#urn_us_mil_ces_metadata_domex_identity_string100
Type string100
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
maxLength 100
Source
<xs:element name="userId" type="string100" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Unique Identifier applied by an agency to an author, co-author, POC, tasking requester or addressee.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / affiliation
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
The identification of an organization or agency with which an individual or service has an affiliation. Includes: is Member of and is Employed by.
Diagram
Diagram Identity_xsd_Simple_Type_string512.tmp#string512 Identity_xsd_Complex_Type_AffiliationType.tmp#AffiliationType_type Identity_xsd_Complex_Type_AffiliationType.tmp#AffiliationType
Type AffiliationType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
type CVEnumDOMEXAffiliationTypeType required
Source
<xs:element name="affiliation" type="AffiliationType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The identification of an organization or agency with which an individual or service has an affiliation. Includes: is Member of and is Employed by.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / referenceNumber-ControlId
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Reference control ID in other Biometric system
Diagram
Diagram Identity_xsd_Simple_Type_string256.tmp#string256
Type string256
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
maxLength 256
Source
<xs:element name="referenceNumber-ControlId" type="string256" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Reference control ID in other Biometric system</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / biometricUrl
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
List of URLs to this detainee’s records in BIR.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="biometricUrl" type="xs:anyURI" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>List of URLs to this detainee’s records in BIR.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / citizenship
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Information about a Person’s citizenship in a Country. Includes Country and Status. Status values include Native Born, Naturalized, Permanent Resident Alien Applied, and Permament Resident Alien Granted.
Diagram
Diagram Identity_xsd_Complex_Type_CitizenshipType.tmp#CitizenshipType_country Identity_xsd_Complex_Type_CitizenshipType.tmp#CitizenshipType_status Identity_xsd_Complex_Type_CitizenshipType.tmp#CitizenshipType
Type CitizenshipType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children country , status
Instance
<citizenship xmlns="urn:us:mil:ces:metadata:domex_identity">
  <country code="" codespace="">{1,1}</country>
  <status>{1,1}</status>
</citizenship>
Source
<xs:element name="citizenship" type="CitizenshipType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Information about a Person’s citizenship in a Country. Includes Country and Status. Status values include Native Born, Naturalized, Permanent Resident Alien Applied, and Permament Resident Alien Granted.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / remark
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Any remarks concerning the identity
Diagram
Diagram Identity_xsd_Simple_Type_string4000.tmp#urn_us_mil_ces_metadata_domex_identity_string4000 IC-ISM_xsd_Attribute_Group_SecurityAttributesGroup.tmp#urn_us_gov_ic_ism_SecurityAttributesGroup Identity_xsd_Complex_Type_RemarkType.tmp#RemarkType
Type RemarkType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
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.
Source
<xs:element name="remark" type="RemarkType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Any remarks concerning the identity</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / education
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
A relationship between a person and an institution. Attributes include: level of education: Graduated, Undergraduate, Primary, Secondary; Degree: AA, BA, BS, DD, DDiv, HS, LLD, MA, MD, MS, PhD. Institutions: High School, Post Secondary School.
Diagram
Diagram Identity_xsd_Complex_Type_EducationType.tmp#EducationType_level Identity_xsd_Complex_Type_EducationType.tmp#EducationType_degree Identity_xsd_Complex_Type_EducationType.tmp#EducationType_institution Identity_xsd_Complex_Type_EducationType.tmp#EducationType
Type EducationType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children degree , institution , level
Instance
<education xmlns="urn:us:mil:ces:metadata:domex_identity">
  <level>{1,1}</level>
  <degree>{1,1}</degree>
  <institution>{1,1}</institution>
</education>
Source
<xs:element name="education" type="EducationType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A relationship between a person and an institution. Attributes include: level of education: Graduated, Undergraduate, Primary, Secondary; Degree: AA, BA, BS, DD, DDiv, HS, LLD, MA, MD, MS, PhD. Institutions: High School, Post Secondary School.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / identification
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Person has identification. A document which was issued by some organization to “identify” the indicated person, indicate some sort of affiliation with the organization, usually assign the person an identification “number, and perhaps license the person in some capacity. Identification types include: License and Membership ID. Attributes include: authority, date of issue, date of expiration, issuing country, issuing State or Province, issuing Locality, issuing Organization, and the identified person.
Diagram
Diagram Identity_xsd_Complex_Type_IdentificationType.tmp#IdentificationType_license Identity_xsd_Complex_Type_IdentificationType.tmp#IdentificationType_membershipID Identity_xsd_Complex_Type_IdentificationType.tmp#IdentificationType
Type IdentificationType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children license , membershipID
Instance
<identification xmlns="urn:us:mil:ces:metadata:domex_identity">
  <license type="">{1,1}</license>
  <membershipID type="">{1,1}</membershipID>
</identification>
Source
<xs:element name="identification" type="IdentificationType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Person has identification. A document which was issued by some organization to “identify” the indicated person, indicate some sort of affiliation with the organization, usually assign the person an identification “number, and perhaps license the person in some capacity. Identification types include: License and Membership ID. Attributes include: authority, date of issue, date of expiration, issuing country, issuing State or Province, issuing Locality, issuing Organization, and the identified person.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / isnNumber
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Detainee Serial # (DoD) or other control number: TCN, Case #, IOC Requirement #, LOO Series
Diagram
Diagram Identity_xsd_Simple_Type_string50.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="isnNumber" type="string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Detainee Serial # (DoD) or other control number: TCN, Case #, IOC Requirement #, LOO Series</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / kinship
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Any blood or marital relationship between two persons.
Diagram
Diagram Identity_xsd_Simple_Type_string100.tmp#urn_us_mil_ces_metadata_domex_identity_string100
Type string100
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
maxLength 100
Source
<xs:element name="kinship" type="string100" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Any blood or marital relationship between two persons.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / location
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
A group of entities used in the DoD Discovery Metadata Specification postalAddress plus others. Optionally includes Street, City, State, Province, Postal Code, and Country Code.
Diagram
Diagram DDMS-GeospatialCoverage_xsd_Complex_Type_PlaceType.tmp#PlaceType_precedence DDMS-GeospatialCoverage_xsd_Complex_Type_PlaceType.tmp#PlaceType_order DDMS-Includes_xsd_Attribute_Group_SecurityAttributesOptionGroup.tmp#SecurityAttributesOptionGroup DDMS-GeospatialCoverage_xsd_Element_geographicIdentifier.tmp#geographicIdentifier DDMS-GeospatialCoverage_xsd_Element_boundingGeometry.tmp#boundingGeometry DDMS-GeospatialCoverage_xsd_Element_postalAddress.tmp#postalAddress DDMS-GeospatialCoverage_xsd_Complex_Type_PlaceType.tmp#PlaceType
Type PlaceType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children boundingGeometry , geographicIdentifier , postalAddress
Instance
<location order="" precedence="" SchemaguideSecurityAttributesOptionGroup="" xmlns="urn:us:mil:ces:metadata:domex_identity" xmlns:ddms="urn:us:mil:ces:metadata:ddms:5">
  <ddms:geographicIdentifier>{1,1}</ddms:geographicIdentifier>
  <ddms:boundingGeometry>{1,1}</ddms:boundingGeometry>
  <ddms:postalAddress>{1,1}</ddms:postalAddress>
</location>
Attributes
QName Type Use Annotation
SchemaguideSecurityAttributesOptionGroup 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.
order xs:int optional
Specifies a user-defined order of an element within the given document. All elements in the document which specify the order attribute should be interpreted as entries in a single, ordered list even though they may appear on different elements.Values must be sequential, starting at 1, and may not contain duplicates.
precedence simpleTokenType optional
Priority claimed or received as a result of preeminence. When used on the element CountryCode, this attribute is used to distinguish the primary focus when an intelligence product covers two or more countries. Permissible values are Primary, Secondary.
Source
<xs:element name="location" type="ddms:PlaceType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A group of entities used in the DoD Discovery Metadata Specification postalAddress plus others. Optionally includes Street, City, State, Province, Postal Code, and Country Code.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / medical
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
Details about medical conditions a person has or experiences.
Diagram
Diagram Identity_xsd_Simple_Type_string256.tmp#string256
Type string256
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
maxLength 256
Source
<xs:element name="medical" type="string256" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Details about medical conditions a person has or experiences.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / multimedia
Namespace urn:us:mil:ces:metadata:domex_identity
Annotations
A person is represented in the linked Multimedia (image, video, etc.) URI to linked image.
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="multimedia" type="xs:anyURI" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A person is represented in the linked Multimedia (image, video, etc.) URI to linked image.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location Identity.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 identity / @uuid
Namespace urn:us:mil:ces:metadata:domex_identity
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
Element identity
Source
<xs:attribute name="uuid" type="UuidType" use="optional"/>
Schema location Identity.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