scr:ManifestPersonAssociationType

complexType ManifestPersonAssociationType in namespace http://release.niem.gov/niem/domains/screening/4.0/

Definition

A data type for a relationship for the Persons on a Manifest

Diagram

XML Schema

<xs:complexType name="ManifestPersonAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship for the Persons on a Manifest
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:Manifest" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:ManifestPersonAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>