im:ChainOfCustody
The information about the chain of custody of an item or exhibit.
Element information
Namespace: http://niem.gov/niem/domains/immigration/2.1
Schema document: domains/immigration/2.1/immigration.xsd
Type: im:ChainOfCustodyType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- im:ChainOfCustodyDescriptionText [0..*] A field indicating and describing the chain of custody of an item (exhibit) in relation to which employee took custody, when they took custody, and what they took custody of.
- im:ChainOfCustodyItemReceivedDate [0..*] The date on which the DHS Immigrations Customs Enforcement (ICE) officer assumed responsibility for an item (exhibit).
- im:ChainOfCustodySequenceID [0..*] A number indicating the sequence number for an item (exhibit) under custody.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type im:ICEEmployeeType (Elements im:BookInOfficer, im:BookOutOfficer, im:ICEEmployee, im:SearchOfficer)
Sample instance
<im:ChainOfCustody> <im:ChainOfCustodyDescriptionText>string</im:ChainOfCustodyDescriptionText> <im:ChainOfCustodyItemReceivedDate> <nc:Date>2000-01-01</nc:Date> </im:ChainOfCustodyItemReceivedDate> <im:ChainOfCustodySequenceID> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </im:ChainOfCustodySequenceID> </im:ChainOfCustody>