im:PersonAugmentation
Additional information about a person.
Element information
Namespace: http://niem.gov/niem/domains/immigration/2.1
Schema document: domains/immigration/2.1/immigration.xsd
Type: im:PersonAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:PersonType
Content
- im:PersonMarriage [0..*] The legal union of two persons as recognized by the Department of Homeland Security (DHS), Immigration and Customs Enforcement (ICE).
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:AugmentationType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:AugmentationType |
Used in
- Type im:PersonType (Element im:Person)
Substitution hierarchy
- s:Augmentation
- can be substituted with im:PersonAugmentation
Sample instance
<im:PersonAugmentation> <im:PersonMarriage> <im:MarriageIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </im:MarriageIdentification> <im:MarriagePlaceCityName>string</im:MarriagePlaceCityName> </im:PersonMarriage> </im:PersonAugmentation>