XML Schema Documentation

Complex Type: Trigger

[Table of contents]

Super-types: None
Sub-types: None
Name Trigger
Used by (from the same schema document) Complex Type TriggerEvent
Abstract no
Documentation Trigger point at which feature is effective
XML Instance Representation
<...>
Start Choice [1]
<level> xsd:decimal </level> [1]

'The trigger level.'

<levelPercentage> xsd:decimal </levelPercentage> [1]

'The trigger level percentage.'

Start Choice [1]

'Choice between either an explicit representation of Credit Events, or Credit Events defined elsewhere in the document.'


<creditEvents> CreditEvents </creditEvents> [1]
<creditEventsReference> CreditEventsReference </creditEventsReference> [1]
End Choice
End Choice
</...>
Diagram
type_CreditEvents type_CreditEventsReference
Schema Component Representation
<xsd:complexType name="Trigger">
<xsd:choice>
<xsd:element name="level" type=" xsd:decimal "/>
<xsd:element name="levelPercentage" type=" xsd:decimal "/>
<xsd:choice>
<xsd:element name="creditEvents" type=" CreditEvents "/>
<xsd:element name="creditEventsReference" type=" CreditEventsReference "/>
</xsd:choice>
</xsd:choice>
</xsd:complexType>