scr:Address
Applied augmentation for type nc:AddressType
Element information
Namespace: http://niem.gov/niem/domains/screening/2.1
Schema document: domains/screening/2.1/screening.xsd
Type: scr:AddressType
Properties: Global, Qualified, Nillable
NIEM properties:
- Base: nc:Address
- Augmented Element
Content
- Sequence [1..1]
- Choice [0..*]
- nc:AddressFullText A complete address.
- nc:StructuredAddress An address.
from subst. group nc:AddressRepresentation - scr:AddressAugmentation [0..*] Additional information about an address.
from type nc:AddressType - Choice [0..*]
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 nc:AddressReference
- Type it:AdditionalDocumentAugmentationType (Element it:AdditionalDocumentAugmentation)
- Type scr:OrganizationAddressAssociationType (Element scr:OrganizationAddressAssociation)
- Type scr:PersonEncounterLeadAssociationType (Element scr:PersonEncounterLeadAssociation)
Substitution hierarchy
- nc:Address
- can be substituted with scr:Address
Sample instance
<scr:Address> <nc:AddressFullText>string</nc:AddressFullText> <scr:AddressAugmentation> <scr:AddressIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </scr:AddressIdentification> <scr:AddressClassification> <scr:AddressClassificationCategoryCode>Temporary</scr:AddressClassificationCategoryCode> <scr:AddressClassificationCategoryDescriptionText>string</scr:AddressClassificationCategoryDescriptionText> </scr:AddressClassification> <scr:INSLookoutIndicator>true</scr:INSLookoutIndicator> <scr:CountryNameID>string</scr:CountryNameID> <scr:CountryNameBeginDate> <nc:Date>2000-01-01</nc:Date> </scr:CountryNameBeginDate> <scr:CountryNameEndDate> <nc:Date>2000-01-01</nc:Date> </scr:CountryNameEndDate> <scr:CountrySubdivisionID>string</scr:CountrySubdivisionID> <scr:CountrySubdivisionNameID>string</scr:CountrySubdivisionNameID> <scr:CountrySubdivisionNameBeginDate> <nc:Date>2000-01-01</nc:Date> </scr:CountrySubdivisionNameBeginDate> <scr:CountrySubdivisionNameEndDate> <nc:Date>2000-01-01</nc:Date> </scr:CountrySubdivisionNameEndDate> <scr:CountrySubdivisionName>string</scr:CountrySubdivisionName> <scr:CountrySubdivisionCategoryCode>Department</scr:CountrySubdivisionCategoryCode> <scr:CountrySubdivisionCategoryDescriptionText>string</scr:CountrySubdivisionCategoryDescriptionText> <scr:ElectronicAddress> <scr:ElectronicAddressText>string</scr:ElectronicAddressText> <scr:ElectronicAddressClassification>... </scr:ElectronicAddressClassification> </scr:ElectronicAddress> <scr:LocationBlockGroupText>string</scr:LocationBlockGroupText> <scr:LocationCarrierRouteText>string</scr:LocationCarrierRouteText> <scr:LocationTractText>string</scr:LocationTractText> <scr:LocationBuildingUnitName>string</scr:LocationBuildingUnitName> <scr:LocationBuildingUnitNumberText>string</scr:LocationBuildingUnitNumberText> <scr:LocationElement> <scr:LocationElementIdentification>... </scr:LocationElementIdentification> <scr:LocationElementClassification>... </scr:LocationElementClassification> </scr:LocationElement> </scr:AddressAugmentation> </scr:Address>