scr:Biographic
A description of a PERSON at a specific point in time
Element information
Namespace: http://niem.gov/niem/domains/screening/2.0
Schema document: domains/screening/2.0/screening.xsd
Type: scr:BiographicType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- scr:BiographicIdentification [0..*] An identifier for a BIOGRAPHIC
- scr:UnknownSubjectIndicator [0..*] An indication of whether the person is known or unknown <question pending>
- scr:ReligionCategoryCode [0..*] A code that identifies a kind of religion.
- scr:BirthID [0..*] A unique system generated identifier for the person birth.
- scr:ComplexionCategoryCode [0..*] A kind of complexion.
- scr:BirthplaceNearLargeCityDistanceMilesLengthMeasure [0..*] The number of miles between the location where an individual was born, and the nearest urban area.
- scr:BirthPlaceNearLargeCityName [0..*] The urban area nearest to where an individual was born.
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 |
Used in
- NIEM reference target from scr:BiographicReference
- Type scr:PersonAugmentationType (Element scr:PersonAugmentation)
- Type scr:PersonBiographicAssociationType (Element scr:PersonBiographicAssociation)
Sample instance
<scr:Biographic> <scr:BiographicIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </scr:BiographicIdentification> <scr:UnknownSubjectIndicator>true</scr:UnknownSubjectIndicator> <scr:ReligionCategoryCode>BADDH</scr:ReligionCategoryCode> <scr:BirthID>string</scr:BirthID> <scr:ComplexionCategoryCode>ALB</scr:ComplexionCategoryCode> <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:BirthPlaceNearLargeCityName>string</scr:BirthPlaceNearLargeCityName> </scr:Biographic>