<xsd:complexType name="Trigger">
<xsd:annotation>
<xsd:documentation xml:lang="en">Trigger point at which feature is effective</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="level" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The trigger level.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="levelPercentage" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The trigger level percentage.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:annotation>
<xsd:documentation xml:lang="en">Choice between either an explicit representation of Credit Events, or Credit Events defined elsewhere in the document.</xsd:documentation>
</xsd:annotation>
<xsd:element name="creditEvents" type="CreditEvents" />
<xsd:element name="creditEventsReference" type="CreditEventsReference" />
</xsd:choice>
</xsd:choice>
</xsd:complexType>
|