XSD
<xsd:complexType name="PartIIGrpType">
<xsd:annotation>
<xsd:documentation>The OFX element "PARTIIGRP" is of type "PartIIGrpType"</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="MONTHNAME" type="ofx:MonthCdType"/>
<xsd:element name="COVERAGEOFFERCD">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2"/>
<xsd:minLength value="2"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="MONTHLYPREMIUMAMT" type="ofx:AmountType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Present if COVERAGEOFFERCD is 1B,1C,1D,1E</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SEC4980HCODE" minOccurs="0">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2"/>
<xsd:minLength value="2"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="POSTALCODE" type="ofx:ZipType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>ZIP Code. New TY20</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>