fs:AddressAugmentation
Additional information about an address.
Element information
Namespace: http://niem.gov/niem/domains/familyServices/2.1
Schema document: domains/familyServices/2.1/familyServices.xsd
Type: fs:AddressAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:AddressType
Content
- nc:DateRange [0..*] A time period measured by a starting and ending point.
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 |
Used in
- Type fs:AddressType (Element fs:Address)
Substitution hierarchy
- s:Augmentation
- can be substituted with fs:AddressAugmentation
Sample instance
<fs:AddressAugmentation> <nc:DateRange> <nc:StartDate> <nc:Date>2000-01-01</nc:Date> </nc:StartDate> <nc:EndDate> <nc:Date>2000-01-01</nc:Date> </nc:EndDate> </nc:DateRange> </fs:AddressAugmentation>