<xs:element name="Section80DHealthInsPremium" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="HealthInsurancePremium" minOccurs="0">
<xs:annotation>
<xs:documentation>
1 : Self and Family
2 : Self(Senior citizen) and Family
3 : Parents
4 : Parents(Senior citizen)
5 : Self and Family including Parents
6 : Self and Family including Senior Citizen Parents
7 : Self (Senior Citizen) and Family including Senior Citizen Parents
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="5" />
<xs:enumeration value="6" />
<xs:enumeration value="7" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Sec80DHealthInsurancePremiumUsr" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:unsignedLong">
<xs:totalDigits value="14" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="MedicalExpenditure" minOccurs="0">
<xs:annotation>
<xs:documentation>
1 : Self and Family ( including senior and very senior citizen)
2 : Parents ( including senior and very senior citizen)
3 : Self and Family including parents (including senior and very senior citizen)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Sec80DMedicalExpenditureUsr" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:unsignedLong">
<xs:totalDigits value="14" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PreventiveHealthCheckUp" minOccurs="0">
<xs:annotation>
<xs:documentation>
1 : Self and faimly
2 : Parent
3 : Self and faimly and Parents
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Sec80DPreventiveHealthCheckUpUsr" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:unsignedLong">
<xs:totalDigits value="14" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|