<xsd:simpleType name="LcAutoAdjustEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The type of automatic adjustment that a Letter of Credit can exhibit.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="AutoDecrease">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Denotes an automatic decrease.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="AutoIncrease">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Denotes an automatic increase.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="AutoIncreaseOrDecrease">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Denotes an automatic increase or decrease.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|