nc:PersonResidenceAssociationType
complexType PersonResidenceAssociationType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for an association between a person and a location where that person lives.
Diagram
XML Schema
<xs:complexType name="PersonResidenceAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a person and a location where that person lives.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:PersonLocationAssociationType">
<xs:sequence>
<xs:element ref="nc:ResidenceDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ResidenceOccupancyCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ResidencePaymentAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ResidencePaymentPeriodText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonResidenceAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>