scr:PersonBirthLocationAugmentation
Additional information about a birth location of a person.
Element information
Namespace: http://niem.gov/niem/domains/screening/2.0
Schema document: domains/screening/2.0/screening.xsd
Type: scr:PersonBirthLocationAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:LocationType
Content
- Sequence [1..1]
- scr:BirthPlaceNearLargeCityName [0..*] The urban area nearest to where an individual was born.
- scr:BirthplaceNearLargeCityDistanceMilesLengthMeasure [0..*] The number of miles between the location where an individual was born, and the nearest urban area.
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 |
Substitution hierarchy
- s:Augmentation
- can be substituted with scr:PersonBirthLocationAugmentation
Sample instance
<scr:PersonBirthLocationAugmentation> <scr:BirthPlaceNearLargeCityName>string</scr:BirthPlaceNearLargeCityName> <scr:BirthplaceNearLargeCityDistanceMilesLengthMeasure> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <nc:LengthUnitCode>4H</nc:LengthUnitCode> </scr:BirthplaceNearLargeCityDistanceMilesLengthMeasure> </scr:PersonBirthLocationAugmentation>