scr:Citizenship
The legal standing of a PERSON assigned by a country which provides rights, duties, and privileges due to the persons birth or naturalization.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:CitizenshipType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- scr:CitizenshipCertificateNumeric [0..*] A field indicating the naturalization certificate number of the alien.
- scr:CitizenshipBeginDate [0..*] The date on which the individual became a US citizen
- scr:CitizenshipEndDate [0..*] The date on which the individual lost their citizenship.
- scr:NaturalizationCourtName [0..*] The court where the alien was naturalized
- scr:NaturalizationCityName [0..*] The city where the alien was naturalized
- Choice [0..*]
- nc:LocationCountryFIPS10-4Code A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationCountryISO3166Alpha2Code A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationCountryISO3166Alpha3Code A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationCountryISO3166NumericCode A country, territory, dependency, or other such geopolitical subdivision of a location.
- nc:LocationCountryName A country, territory, dependency, or other such geopolitical subdivision of a location.
- intel:LocationCountryFIPS10-4PlusNCTCCode A union of additional country codes managed by NCTC and the FIPS 10-4 country codes.
- scr:LocationCountryIdentification An identifier that represents a country.
from subst. group nc:LocationCountry - nc:LocaleSubdivisionName [0..*] A name of a subdivision within a region.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Sample instance
<scr:Citizenship> <scr:CitizenshipCertificateNumeric>1.0</scr:CitizenshipCertificateNumeric> <scr:CitizenshipBeginDate> <nc:Date>2000-01-01</nc:Date> </scr:CitizenshipBeginDate> <scr:CitizenshipEndDate> <nc:Date>2000-01-01</nc:Date> </scr:CitizenshipEndDate> <scr:NaturalizationCourtName>string</scr:NaturalizationCourtName> <scr:NaturalizationCityName>string</scr:NaturalizationCityName> <nc:LocationCountryFIPS10-4Code>KS</nc:LocationCountryFIPS10-4Code> <nc:LocaleSubdivisionName>string</nc:LocaleSubdivisionName> </scr:Citizenship>