im:ChainOfCustodyType
complexType ChainOfCustodyType in namespace http://release.niem.gov/niem/domains/immigration/4.0/
Definition
A data type for the information about the possession of evidence which may include information on which United States Immigration official took possession of the evidence and when.
Diagram
XML Schema
<xs:complexType name="ChainOfCustodyType">
<xs:annotation>
<xs:documentation>
A data type for the information about the possession of evidence which may include information on which United States Immigration official took possession of the evidence and when.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="im:ChainOfCustodyDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:ChainOfCustodyItemReceivedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:ChainOfCustodySequenceID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:ChainOfCustodyAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>