im:PersonNameAugmentation
Additional information about a person name.
Element information
Namespace: http://niem.gov/niem/domains/immigration/2.1
Schema document: domains/immigration/2.1/immigration.xsd
Type: im:PersonNameAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:PersonNameType
Content
- Sequence [1..1]
- im:PersonNickName [0..*] A nickname or streetname of a person.
- im:PersonNameDateRange [0..*] The beginning and ending dates for the use of a name
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:PersonNameType (Element im:PersonName)
Substitution hierarchy
- s:Augmentation
- can be substituted with im:PersonNameAugmentation
Sample instance
<im:PersonNameAugmentation> <im:PersonNickName>string</im:PersonNickName> <im:PersonNameDateRange> <nc:StartDate> <nc:Date>2000-01-01</nc:Date> </nc:StartDate> <nc:EndDate> <nc:Date>2000-01-01</nc:Date> </nc:EndDate> </im:PersonNameDateRange> </im:PersonNameAugmentation>