scr:PersonNameAugmentation
Supplements PersonName and specifies the additional name information used for Screening.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:PersonNameAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:PersonNameType
Content
- Sequence [1..1]
- scr:SoundexIndexValue [0..*] The integer value of the Phonetic index value for the name
- scr:PersonNameOriginText [0..*] The text that specifies the presumed linguistic origin of the name.
- nc:EffectiveDate [0..*] A date that information take effect.
- scr:DesignationCategoryCode [0..*] A kind of designation.
- scr:PersonNameCategoryCode [0..*] A kind of a name of a person.
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 scr:PersonNameType (Element scr:PersonName)
Substitution hierarchy
- s:Augmentation
- can be substituted with scr:PersonNameAugmentation
Sample instance
<scr:PersonNameAugmentation> <scr:SoundexIndexValue>string</scr:SoundexIndexValue> <scr:PersonNameOriginText>string</scr:PersonNameOriginText> <nc:EffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:EffectiveDate> <scr:DesignationCategoryCode>M.D</scr:DesignationCategoryCode> <scr:PersonNameCategoryCode>Business name</scr:PersonNameCategoryCode> </scr:PersonNameAugmentation>