simpleType "BreakageCostEnum"
Namespace:
Defined:
globally in fpml-enum-5-3.xsd; see XML source
Used:
never
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"AgentBank"
 - 
Breakage cost is calculated by the agent bank.
"Lender"
 - 
Breakage cost is calculated by the lender.
Annotation
When breakage cost is applicable, defines who is calculating it.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  BreakageCostEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"AgentBank"
 - 
Breakage cost is calculated by the agent bank.
"Lender"
 - 
Breakage cost is calculated by the lender.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="BreakageCostEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="AgentBank"/>
<xsd:enumeration value="Lender"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.