j:CustodyTransferType

complexType CustodyTransferType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for a transfer of custody or a transfer of a subject or property from one enforcement party to another.

Diagram

XML Schema

<xs:complexType name="CustodyTransferType">
<xs:annotation>
<xs:documentation>
A data type for a transfer of custody or a transfer of a subject or property from one enforcement party to another.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:CustodyTransferActionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CustodyTransferLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CustodyTransferItem" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CustodyTransferReceivingEnforcementAgency" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CustodyTransferReceivingEnforcementFacility" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CustodyTransferReceivingEnforcementOfficial" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CustodyTransferReleasingEnforcementAgency" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CustodyTransferReleasingEnforcementFacility" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CustodyTransferReleasingEnforcementOfficial" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CustodyTransferSubject" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CustodyTransferAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>