nc:ResidenceAssociation
An association between a person and a location where that person lives.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:PersonResidenceAssociationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:AssociationBeginDate [0..*] A date an association begins.
- nc:AssociationEndDate [0..*] A date an association ends.
- nc:PersonReference [0..*] A human being.
- nc:LocationReference [0..*] Details about a physical location.
- nc:ResidenceDescriptionText [0..*] A general description of a place in which a person lives.
- nc:ResidenceOccupancyCategoryText [0..*] A kind of occupancy of a residence.
- nc:ResidencePaymentAmount [0..*] An amount of money a person pays each payment period to live at a residence.
- nc:ResidencePaymentPeriodText [0..*] An interval or period for which a person is required to make regular residence payments.
from type nc:AssociationTypefrom type nc:PersonLocationAssociationType
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 |
Sample instance
<nc:ResidenceAssociation> <nc:AssociationBeginDate> <nc:Date>2000-01-01</nc:Date> </nc:AssociationBeginDate> <nc:AssociationEndDate> <nc:Date>2000-01-01</nc:Date> </nc:AssociationEndDate> <nc:PersonReference/> <nc:LocationReference/> <nc:ResidenceDescriptionText>string</nc:ResidenceDescriptionText> <nc:ResidenceOccupancyCategoryText>string</nc:ResidenceOccupancyCategoryText> <nc:ResidencePaymentAmount>1.0</nc:ResidencePaymentAmount> <nc:ResidencePaymentPeriodText>string</nc:ResidencePaymentPeriodText> </nc:ResidenceAssociation>