XSD
<xsd:complexType name="CoveredIndivGrpType">
<xsd:annotation>
<xsd:documentation>OFX element "COVEREDINDIVIDUAL" is of type "CoveredIndivGrpType"</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="PERSONNM" type="ofx:GenericNameType">
<xsd:annotation>
<xsd:documentation>The name of the covered individual on the health plan</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="SSN" type="ofx:GenericNameType">
<xsd:annotation>
<xsd:documentation>The SSN of the covered individual on the health plan</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PERSONBIRTHDT" type="ofx:DateTimeType">
<xsd:annotation>
<xsd:documentation>The date of birth of the covered individual on the health plan when SSN is not present</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="ALLYEARIND" type="ofx:BooleanType" minOccurs="0">
<xsd:annotation>
<xsd:documentation> Indicates that person was covered by an insurance plan for the entire year.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="JANUARYIND" type="ofx:BooleanType" minOccurs="0">
<xsd:annotation>
<xsd:documentation> Indicates that person was covered by an insurance plan in January.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FEBRUARYIND" type="ofx:BooleanType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Indicates that person was covered by an insurance plan in February.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MARCHIND" type="ofx:BooleanType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Indicates that person was covered by an insurance plan in March.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="APRILIND" type="ofx:BooleanType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Indicates that person was covered by an insurance plan in April.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MAYIND" type="ofx:BooleanType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Indicates that person was covered by an insurance plan in May.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="JUNEIND" type="ofx:BooleanType" minOccurs="0">
<xsd:annotation>
<xsd:documentation> Indicates that person was covered by an insurance plan in June.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="JULYIND" type="ofx:BooleanType" minOccurs="0">
<xsd:annotation>
<xsd:documentation> Indicates that person was covered by an insurance plan in July.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AUGUSTIND" type="ofx:BooleanType" minOccurs="0">
<xsd:annotation>
<xsd:documentation> Indicates that person was covered by an insurance plan in August.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SEPTEMBERIND" type="ofx:BooleanType" minOccurs="0">
<xsd:annotation>
<xsd:documentation> Indicates that person was covered by an insurance plan in September.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="OCTOBERIND" type="ofx:BooleanType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Indicates that person was covered by an insurance plan in October.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NOVEMBERIND" type="ofx:BooleanType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Indicates that person was covered by an insurance plan in November.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DECEMBERIND" type="ofx:BooleanType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Indicates that person was covered by an insurance plan in December.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>