hs:PetitionerType

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

Definition

A data type for information about the person filing the petition.

Diagram

XML Schema

<xs:complexType name="PetitionerType">
<xs:annotation>
<xs:documentation>
A data type for information about the person filing the petition.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PetitionerAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>