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: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.
Proper Name including Translated Name, Transliterated Name, Aliases. Includes
Honorific Prefix, Given Name, Additional Name, Family Name, Honorific Suffix.
<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.
<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.
<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.
<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.
<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.
<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.
<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.
<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.
<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.
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: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.
<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.
<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.
<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.
<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.
<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.
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: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.
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.
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: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.
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: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.
<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.
<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.
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.
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.
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.
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.
<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.
A person is represented in the linked Multimedia (image, video, etc.) URI to
linked image.
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.
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