<xsd:complexType name="CreditEventNoticeDocument">
<xsd:annotation>
<xsd:documentation xml:lang="en">An event type that records the occurrence of a credit event notice.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Event">
<xsd:sequence>
<xsd:element name="affectedTransactions" type="AffectedTransactions" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Trades affected by this event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="referenceEntity" type="LegalEntity" />
<xsd:element ref="creditEvent" />
<xsd:element name="publiclyAvailableInformation" type="Resource" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A public information source, e.g. a particular newspaper or electronic news service, that may publish relevant information used in the determination of whether or not a credit event has occurred.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="notifyingPartyReference" type="PartyReference" />
<xsd:element name="notifiedPartyReference" type="PartyReference" />
<xsd:element name="creditEventNoticeDate" type="xsd:date" />
<xsd:element name="creditEventDate" type="xsd:date" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|