Definition Type: SimpleType
Name: ResubmissionAttachments
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	Attachment provided during the resubmission transaction if necessary.
-	Restriction: must be a base64Binary encoded
Collapse XSD Schema Diagram:
XSD Diagram of ResubmissionAttachments
Collapse XSD Schema Code:
<xs:simpleType name="ResubmissionAttachments">
    <xs:annotation>
        <xs:documentation>
        -	Attachment provided during the resubmission transaction if necessary.
        -	Restriction: must be a base64Binary encoded
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:base64Binary" />
</xs:simpleType>