Definition Type: SimpleType
Name: HeaderRecordCount
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-   The number of records contained in the XML file at the highest level.
-   Example The number of Claims in the ClaimSubmission file.
Collapse XSD Schema Diagram:
XSD Diagram of HeaderRecordCount
Collapse XSD Schema Code:
<xs:simpleType name="HeaderRecordCount">
    <xs:annotation>
        <xs:documentation>
        -   The number of records contained in the XML file at the highest level.
        -   Example The number of Claims in the ClaimSubmission file.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:nonNegativeInteger" />
</xs:simpleType>