XML Schema Documentation

Complex Type: RestructuringEvent

[Table of contents]

Super-types: CreditEvent < RestructuringEvent (by extension)
Sub-types: None
Name RestructuringEvent
Used by (from the same schema document) Element restructuring
Abstract no
XML Instance Representation
<...>
<partialExerciseAmount> Money </partialExerciseAmount> [0..1]
</...>
Diagram
Schema Component Representation
<xsd:complexType name="RestructuringEvent">
<xsd:complexContent>
<xsd:extension base=" CreditEvent ">
<xsd:sequence>
<xsd:element name="partialExerciseAmount" type=" Money " minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>