complexType "ReportContents"
Namespace:
Content:
complex, 7 elements
Defined:
Includes:
definitions of 4 elements
Used:
at 11 locations
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
partyReference?, accountReference?, category*, productType*, productId*, assetClass*, queryPortfolio?
</...>
Content Model Elements (7):
accountReference (defined in ReportContents complexType),
assetClass (defined in Product.model group),
category (defined in ReportContents complexType),
partyReference (defined in ReportContents complexType),
productId (defined in Product.model group),
productType (defined in Product.model group),
queryPortfolio (defined in ReportContents complexType)
All Direct / Indirect Based Elements (11):
reportContents (defined in TradeCashflowsDefinition.model group),
reportContents (in eventActivityReport),
reportContents (in exposureReport),
reportContents (in partyReport),
reportContents (in positionActivityReport),
reportContents (in positionReport),
reportContents (in requestPositionReport),
reportContents (in requestValuationReport),
reportContents (in resetReport),
reportContents (in terminatingEventsReport),
reportContents (in valuationReport)
Known Usage Locations
Annotation
A type used to describe the scope/contents of a report.
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="ReportContents">
<xsd:sequence>
<xsd:element minOccurs="0" name="partyReference" type="PartyReference"/>
<xsd:element minOccurs="0" name="accountReference" type="AccountReference"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="category" type="TradeCategory"/>
<xsd:group ref="Product.model"/>
<xsd:element minOccurs="0" name="queryPortfolio" type="QueryPortfolio"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/7)
accountReference
Type:
AccountReference, empty content
The account for which this report was generated.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="accountReference" type="AccountReference"/>

category
Type:
TradeCategory, simple content
Used to categorize trades into user-defined categories, such as house trades vs. customer trades.
Simple Content
xsd:normalizedString
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="category" type="TradeCategory"/>

partyReference
Type:
PartyReference, empty content
The party for which this report was generated.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="partyReference" type="PartyReference"/>

queryPortfolio
Type:
QueryPortfolio, complex content
The desired query portfolio.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="queryPortfolio" type="QueryPortfolio"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.