<xsd:complexType name="CustodyTransferType">
<xsd:annotation>
<xsd:documentation>A data type for a transfer of custody or a transfer of a subject or property from one enforcement party to another.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/niem-core/2.0" i:name="ActivityType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:ActivityType">
<xsd:sequence>
<xsd:element ref="j:CustodyTransferActionText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:CustodyTransferLocation" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:CustodyTransferProperty" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:CustodyTransferReceivingEnforcementAgency" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:CustodyTransferReceivingEnforcementFacility" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:CustodyTransferReceivingEnforcementOfficial" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:CustodyTransferReleasingEnforcementAgency" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:CustodyTransferReleasingEnforcementFacility" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:CustodyTransferReleasingEnforcementOfficial" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:CustodyTransferSubject" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|