im:NationalRoleType
complexType NationalRoleType in namespace http://release.niem.gov/niem/domains/immigration/4.0/
Definition
A data type for the role of National that is played by a Person with respect to a Country
Diagram
XML Schema
<xs:complexType name="NationalRoleType">
<xs:annotation>
<xs:documentation>
A data type for the role of National that is played by a Person with respect to a Country</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="im:PersonCountryRoleType">
<xs:sequence>
<xs:element ref="im:NationalReasonDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:NationalRoleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>