nc:PersonUnionAssociationType
complexType PersonUnionAssociationType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for an association between two persons who are in a state of union with each other.
Diagram
XML Schema
<xs:complexType name="PersonUnionAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between two persons who are in a state of union with each other.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:PersonAssociationType">
<xs:sequence>
<xs:element ref="nc:PersonDisunion" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonUnionCertificateIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonUnionLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonUnionSeparation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonUnionCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonUnionStatusAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonUnionAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>