Definition Type: SimpleType
Name: ActivityQuantity
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	Identifies the number of units (quantity) for a specific Activity.
-	For PriorAuthorizations this refers to the authorized number of units (quantity).
-	Example:
-   A patient is admitted to the hospital for en elective surgery and was assigned a hospital bed in a private room.
-   The patient stayed at the hospital for 3 days at the private room.
-   The ActivityQuantity for the private room Activity is 3.
Collapse XSD Schema Diagram:
XSD Diagram of ActivityQuantity
Collapse XSD Schema Code:
<xs:simpleType name="ActivityQuantity">
    <xs:annotation>
        <xs:documentation>
        -	Identifies the number of units (quantity) for a specific Activity.
        -	For PriorAuthorizations this refers to the authorized number of units (quantity).
        -	Example:
        -   A patient is admitted to the hospital for en elective surgery and was assigned a hospital bed in a private room.
        -   The patient stayed at the hospital for 3 days at the private room.
        -   The ActivityQuantity for the private room Activity is 3.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:float">
        <xs:minInclusive value="0" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MinInclusive 0