Definition Type: SimpleType
Name: ContractIntermediaryFee
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
The commission paid to the intermediary involved with placing this policy.
Should be a percentage value of the premium. Must be a value between 0 - 100 (up to 2 decimal points are accepted.)
Collapse XSD Schema Diagram:
XSD Diagram of ContractIntermediaryFee
Collapse XSD Schema Code:
<xs:simpleType name="ContractIntermediaryFee">
    <xs:annotation>
        <xs:documentation>
        The commission paid to the intermediary involved with placing this policy.
        Should be a percentage value of the premium. Must be a value between 0 - 100 (up to 2 decimal points are accepted.)
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:float" />
</xs:simpleType>