<xs:simpleType name="BenefitMaternityCopay">
<xs:annotation>
<xs:documentation>
Maternity Co-Pay as per policy where applicable.If benefit is not part of the policy sender must mention N/A.
If there are different copays for normal delivery and Cesarean section, the field allows entry to reflect this. E.g normal delivery 10% upto AED 500, Cesarean 15% upto AED 1000
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="300" />
</xs:restriction>
</xs:simpleType>
|