simpleType "LcAutoAdjustEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"AutoDecrease"
 - 
Denotes an automatic decrease.
"AutoIncrease"
 - 
Denotes an automatic increase.
"AutoIncreaseOrDecrease"
 - 
Denotes an automatic increase or decrease.
MinLength:
0

All Direct / Indirect Based Elements (1):
lcAutoAdjust
Known Usage Locations
Annotation
The type of automatic adjustment that a Letter of Credit can exhibit.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      LcAutoAdjustEnum
Derivation:
restriction of Token
Facets:
enumeration:
"AutoDecrease"
 - 
Denotes an automatic decrease.
"AutoIncrease"
 - 
Denotes an automatic increase.
"AutoIncreaseOrDecrease"
 - 
Denotes an automatic increase or decrease.
XML Source (w/o annotations (4); see within schema source)
<xsd:simpleType name="LcAutoAdjustEnum">
<xsd:restriction base="Token">
<xsd:enumeration value="AutoDecrease"/>
<xsd:enumeration value="AutoIncrease"/>
<xsd:enumeration value="AutoIncreaseOrDecrease"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.