Definition Type: SimpleType
Name: BenefitMaternityCopay
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
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
Collapse XSD Schema Diagram:
XSD Diagram of BenefitMaternityCopay
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
MaxLength 300