<xsd:complexType name="Adjustment">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure used to describe an adjustment.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="adjustmentType" type="AmountAdjustmentEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the type of adjustment applied - increase or decrease.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="amount" type="MoneyWithParticipantShare" />
</xsd:sequence>
</xsd:complexType>
|