scr:Biographic
A description of a PERSON at a specific point in time
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/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:ScreeningPersonType (Element scr:ScreeningPerson)
Sample instance
<scr:Biographic> <scr:BiographicIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <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> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </scr:BiographicIdentification> <scr:UnknownSubjectIndicator>true</scr:UnknownSubjectIndicator> <scr:ReligionCategoryCode>SHIIT</scr:ReligionCategoryCode> <scr:BirthID>string</scr:BirthID> <scr:ComplexionCategoryCode>DRK</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>HMT</nc:LengthUnitCode> </scr:BirthplaceNearLargeCityDistanceMilesLengthMeasure> <scr:BirthPlaceNearLargeCityName>string</scr:BirthPlaceNearLargeCityName> </scr:Biographic>