complexType "RegulatoryReportingStatusMessage"
Namespace:
Content:
complex, 3 attributes, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
never
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"3"
   
>
   
Content: 
</...>
Content Model Elements (4):
header (defined in RegulatoryReportingStatusMessage complexType),
party (defined in RegulatoryReportingStatusMessage complexType),
reportingStatus (defined in RegulatoryReportingStatusMessage complexType),
tradeIdentifier (defined in RegulatoryReportingStatusMessage complexType)
Annotation
A type defining message that can be used for returning the regulatory reporting status of a trade.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RegulatoryReportingStatusMessage
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="RegulatoryReportingStatusMessage">
<xsd:complexContent>
<xsd:extension base="Message">
<xsd:sequence>
<xsd:element minOccurs="0" name="header" type="ResponseMessageHeader"/>
<xsd:element minOccurs="0" name="tradeIdentifier" type="PartyTradeIdentifier"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="reportingStatus" type="ReportingStatus"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="party" type="Party"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
header
Type:
ResponseMessageHeader, complex content
Standard FpML message header
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="header" type="ResponseMessageHeader"/>

party
Type:
Party, complex content
Reference information about parties, business units, and persons involed in the trade.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="party" type="Party"/>

reportingStatus
Type:
ReportingStatus, complex content
Information about how the position is being reported to regulators.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="reportingStatus" type="ReportingStatus"/>

tradeIdentifier
Type:
PartyTradeIdentifier, complex content
identifies the affected trade
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="tradeIdentifier" type="PartyTradeIdentifier"/>

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.