<xs:complexType name="CitizenshipType">
<xs:annotation>
<xs:documentation>Information about a Person’s citizenship in a Country. Includes Country and Status. Status values include Native Born, Naturalized, Permanent Resident Alien Applied, and Permanent Resident Alien Granted.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="country" type="ddms:CompoundCountryCodeIdentifierType">
<xs:annotation>
<xs:documentation>Person’s citizenship in a Country.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="status" type="CVEnumDOMEXCitizenshipStatusType:CVEnumDOMEXCitizenshipStatusType">
<xs:annotation>
<xs:documentation>Status values include Native Born, Naturalized, Permanent Resident Alien Applied, and Permanent Resident Alien Granted.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|