<xsd:complexType name="DependentDataType">
<xsd:sequence>
<xsd:element name="Person" type="EnrollmentDependentPersonType" />
<xsd:element name="Coverage" type="CoverageType" />
<xsd:element ref="Medicare" minOccurs="0" />
<xsd:element ref="Medicaid" minOccurs="0" />
<xsd:element ref="HIPAA" minOccurs="0" />
<xsd:element name="CoordinationOfBenefitsInfo" type="CoordinationOfBenefitsInfoType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="School" type="SchoolData" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="CustodyInfo" type="CustodyInfoType" minOccurs="0" />
<xsd:element name="ResponsiblePerson" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="PersonName" type="PersonNameType" />
<xsd:element name="ContactInformation" type="ContactMethodType" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="CustodialParent" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="PersonName" type="PersonNameType" />
<xsd:element name="ContactInformation" type="ContactMethodType" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="relationshipCode" type="FamilyRelationshipType" use="required" />
<xsd:attribute name="fullTimeStudent" type="xsd:boolean" />
</xsd:complexType>
|