- Amount Approved to be paid by the payer for the activity.
XSD Schema Diagram:
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>