Definition Type: SimpleType
Name: LcAutoAdjustEnum
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-enum-5-10.xsd
Documentation:
The type of automatic adjustment that a Letter of Credit can exhibit.
Collapse XSD Schema Diagram:
XSD Diagram of LcAutoAdjustEnum in schema fpml-enum-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration AutoDecrease
Enumeration AutoIncrease
Enumeration AutoIncreaseOrDecrease
Collapse Derivation Tree:
Collapse References:
nsA:lcAutoAdjust