XSD
<xsd:complexType name="HouseholdInformationType">
<xsd:annotation>
<xsd:documentation>The OFX element "HOUSEHOLDINFO" is of type "HouseholdInformationType"</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<!--Month Code -->
<xsd:element name="MONTHCD" type="ofx:MonthCdType">
<xsd:annotation>
<xsd:documentation>Month Code</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--Monthly Premium Amount -->
<xsd:element name="MONTHLYPLANPREMIUMAMT" type="ofx:AmountType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Monthly Premium Amount</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--Monthly Premium SLCSP Amount -->
<xsd:element name="MONTHLYPREMIUMSLCSPAMT" type="ofx:AmountType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Monthly Premium SLCSP Amount</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--Monthly Advanced PTC Amount -->
<xsd:element name="MONTHLYADVANCEPTCAMT" type="ofx:AmountType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Monthly Advanced PTC Amount</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>