j:ActivityCustodyTransferAssociationType
complexType ActivityCustodyTransferAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for an association between an activity and transfer of custody.
Diagram
XML Schema
<xs:complexType name="ActivityCustodyTransferAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between an activity and transfer of custody.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="nc:Activity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CustodyTransfer" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:Subject" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ActivityCustodyTransferAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>