<xsd:complexType name="PersonCrossingEncounterType">
<xsd:annotation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/niem-core/2.0" i:name="PersonEncounterType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:PersonEncounterType">
<xsd:sequence>
<xsd:element ref="scr:ClassOfAdmission" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:SourceCountryOfTravelID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:TravelModeText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:Arrival" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:Departure" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:PersonCrossingLegalIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:PersonCrossingClassification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:CrossingAgencyCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:CrossingReferralAgencyCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:ReasonExcludedAdmissionCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:AdvancedPassengerInformationIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:ClassOfAdmissionClassificationCode" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|