XSD
<xsd:complexType name="CoverageHouseholdType">
<xsd:annotation>
<xsd:documentation>The OFX element "COVERAGEHOUSEHOLD" is of type "CoverageHouseholdType"</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="COVEREDINDIVNAME" type="ofx:GenericNameType">
<xsd:annotation>
<xsd:documentation>Covered individual name</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="COVEREDINDIVSSN" type="ofx:GenericNameType">
<xsd:annotation>
<xsd:documentation>Covered individual social security number </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="COVEREDINDIVBIRTHDT" type="ofx:DateTimeType">
<xsd:annotation>
<xsd:documentation>Covered individual date of birth USED when SSN is not known
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="COVEREDINDIVSTARTDT" type="ofx:DateTimeType">
<xsd:annotation>
<xsd:documentation> Month coverage began for covered individual</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="COVEREDINDIVENDDT" type="ofx:DateTimeType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Month coverage ended for covered individual
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>