Definition Type: SimpleType
Name: RAComments
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	The comments given to add more details on the Remittance Advice.
Collapse XSD Schema Diagram:
XSD Diagram of RAComments
Collapse XSD Schema Code:
<xs:simpleType name="RAComments">
    <xs:annotation>
        <xs:documentation>
			-	The comments given to add more details on the Remittance Advice.
            </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