<xsd:complexType name="AdjustmentReasonType">
<xsd:sequence>
<xsd:element minOccurs="0" name="AdjustedReasonCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
Free form text of reason(s) Claim was
adjusted
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AdjustedAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Difference between the submitted amount and the paid
amount
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Tax">
<xsd:annotation>
<xsd:documentation>
Amount of tax on Adjusted Amount
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|