Definition Type: SimpleType
Name: ActivityGross
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	The total AED amount of the charges included on the Activity.
-	RemittanceActivityGross includes any patient financial responsibility for the Activity, such as co-pays and deductibles, as well as charges made to other insurers for the Encounter(s) covered by the Activity.
Collapse XSD Schema Diagram:
XSD Diagram of ActivityGross
Collapse XSD Schema Code:
<xs:simpleType name="ActivityGross">
    <xs:annotation>
        <xs:documentation>
        -	The total AED amount of the charges included on the Activity.
        -	RemittanceActivityGross includes any patient financial responsibility for the Activity, such as co-pays and deductibles, as well as charges made to other insurers for the Encounter(s) covered by the Activity.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:float" />
</xs:simpleType>