hs:RequiredPartyType

complexType RequiredPartyType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/

Definition

A data type for the party required to the next court event.

Diagram

XML Schema

<xs:complexType name="RequiredPartyType">
<xs:annotation>
<xs:documentation>
A data type for the party required to the next court event.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:RequiredPartyAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>