<xsd:complexType name="PersonUnionAssociationType">
<xsd:annotation>
<xsd:documentation>A data type for an association between two persons who are in a state of union with each other.</xsd:documentation>
<xsd:appinfo>
<i:Base i:name="PersonAssociationType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:PersonAssociationType">
<xsd:sequence>
<xsd:element ref="nc:PersonUnionCategory" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:PersonUnionStatus" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|