Definition Type: SimpleType
Name: ResubmissionComment
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	Comments entered by the provider during the resubmission transaction.
Collapse XSD Schema Diagram:
XSD Diagram of ResubmissionComment
Collapse XSD Schema Code:
<xs:simpleType name="ResubmissionComment">
    <xs:annotation>
        <xs:documentation>
        -	Comments entered by the provider during the resubmission transaction.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="0" />
        <xs:maxLength value="2000" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 2000
MinLength 0