complexType "ValuationReportRetracted"
Namespace:
Content:
complex, 3 attributes, 13 elements
Defined:
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"5"
   
>
   
Content: 
</...>
Content Model Elements (13):
header (defined in NotificationMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
party (defined in PartiesAndAccounts.model group),
sequenceNumber (defined in Sequence.model group),
All Direct / Indirect Based Elements (1):
valuationReportRetracted
Known Usage Locations
Annotation
A type defining the content model for a message that retracts a valuation report. This says that the most recently supplied valuation is erroneous and a previous value should be used.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      NotificationMessage (extension)
          ValuationReportRetracted
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="ValuationReportRetracted">
<xsd:complexContent>
<xsd:extension base="NotificationMessage">
<xsd:sequence>
<xsd:element minOccurs="0" name="reportIdentification" type="ReportIdentification"/>
<xsd:element minOccurs="0" name="reportContents" type="ReportContents"/>
<xsd:element minOccurs="0" name="asOfDate" type="IdentifiedDate"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="partyTradeIdentifier" type="PartyTradeIdentifier"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="partyTradeInformation" type="PartyTradeInformationSimple"/>
<xsd:group ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/13)
asOfDate
Type:
IdentifiedDate, simple content
The date for which this request was generated.
Simple Content
xsd:date
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="asOfDate" type="IdentifiedDate"/>

partyTradeIdentifier
Type:
PartyTradeIdentifier, complex content
One or more trade identifiers needed to uniquely identify a trade.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="partyTradeIdentifier" type="PartyTradeIdentifier"/>

partyTradeInformation
Type:
Holds party-specific information about the trade that is being retracted.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="partyTradeInformation" type="PartyTradeInformationSimple"/>

reportContents
Type:
ReportContents, complex content
The specific characteristics included in the report.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="reportContents" type="ReportContents"/>

reportIdentification
Type:
ReportIdentification, complex content
Identifiers for the report instance and section.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="reportIdentification" type="ReportIdentification"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.