Definition Type: SimpleType
Name: ActivityPaymentAmount
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	Amount Approved to be paid by the payer for the activity.
Collapse XSD Schema Diagram:
XSD Diagram of ActivityPaymentAmount
Collapse XSD Schema Code:
<xs:simpleType name="ActivityPaymentAmount">
    <xs:annotation>
        <xs:documentation>
        -	Amount Approved to be paid by the payer for the activity.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:float" />
</xs:simpleType>