im:NaturalizedCitizenRoleType

complexType NaturalizedCitizenRoleType in namespace http://release.niem.gov/niem/domains/immigration/4.1/

Definition

A data type for the role of Naturalized Citizen that is played by a Person with respect to a Country

Diagram

XML Schema

<xs:complexType name="NaturalizedCitizenRoleType">
<xs:annotation>
<xs:documentation>
A data type for the role of Naturalized Citizen that is played by a Person with respect to a Country
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="im:NaturalizationAddress" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:NaturalizationCertificateIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:NaturalizationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:NaturalizationCourtName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:NaturalizedCitizenRoleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>