XML Schema Documentation

Simple Type: OnGoingFeeTypeEnum

[Table of contents]

Super-types: xsd:token < OnGoingFeeTypeEnum (by restriction)
Sub-types: None
Name OnGoingFeeTypeEnum
Content
  • Base XSD Type: token
  • value comes from list: {'CommitmentFee'|'UtilizationFee'|'FacilityFee'}
Documentation The list of accruing fee types associated with a facility.
Diagram
Schema Component Representation
<xsd:simpleType name="OnGoingFeeTypeEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="CommitmentFee"/>
<xsd:enumeration value="UtilizationFee"/>
<xsd:enumeration value="FacilityFee"/>
</xsd:restriction>
</xsd:simpleType>