fs:Address
Applied augmentation for type nc:AddressType
Element information
Namespace: http://niem.gov/niem/domains/familyServices/2.1
Schema document: domains/familyServices/2.1/familyServices.xsd
Type: fs: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 - fs: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 fs:Address
Sample instance
<fs:Address> <nc:AddressFullText>string</nc:AddressFullText> <fs:AddressAugmentation> <nc:DateRange> <nc:StartDate>... </nc:StartDate> <nc:EndDate>... </nc:EndDate> </nc:DateRange> </fs:AddressAugmentation> </fs:Address>