<xsd:simpleType name="AmountAdjustmentEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The type of adjustment applied to any amount.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Decrease">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Denotes an decrease.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Increase">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Denotes an increase.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|