nc:PersonUnionSeparationType
complexType PersonUnionSeparationType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a separation of the parties in a Person Union.
Diagram
XML Schema
<xs:complexType name="PersonUnionSeparationType">
<xs:annotation>
<xs:documentation>
A data type for a separation of the parties in a Person Union.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:ActivityType">
<xs:sequence>
<xs:element ref="nc:SeparationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SeparationDateRange" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonUnionSeparationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>