im:ForeignBornChildOfCitizenRoleType
complexType ForeignBornChildOfCitizenRoleType in namespace http://release.niem.gov/niem/domains/immigration/4.2/
Definition
A data type for the role of Foreign Born Child of Citizen that is played by a Person with respect to a Country.
Diagram
XML Schema
<xs:complexType name="ForeignBornChildOfCitizenRoleType">
<xs:annotation>
<xs:documentation>
A data type for the role of Foreign Born Child of Citizen that is played by a Person with respect to a Country.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="im:CitizenRoleType">
<xs:sequence>
<xs:element ref="im:CitizenshipCertificateIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="im:ForeignBornChildOfCitizenRoleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>