<xsd:complexType name="PersonResidenceAssociationType">
<xsd:annotation>
<xsd:documentation>A data type for an association between a person and a location where that person lives.</xsd:documentation>
<xsd:appinfo>
<i:Base i:name="PersonLocationAssociationType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:PersonLocationAssociationType">
<xsd:sequence>
<xsd:element ref="nc:ResidenceDescriptionText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ResidenceOccupancyCategoryText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ResidencePaymentAmount" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ResidencePaymentPeriodText" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|