<xsd:complexType name="RequestLimitCheck">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage2">
<xsd:sequence>
<xsd:element name="requestingPartyReference" type="PartyReference" minOccurs="0" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Deprecated in favor of existing onBehalfOf element." xmlns:fpml-annotation="http://www.fpml.org/annotation" />
<xsd:element name="creditApprovalRequestType" type="CreditApprovalRequestTypeEnum" minOccurs="0" />
<xsd:element name="creditApprovalModel" type="CreditApprovalModel" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Code to indicate the credit approval model e.g., PushToPing, PushToStop, Plus1ToStop, Plus1ToPing, Ping.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="TradingEvents.model" minOccurs="0" />
<xsd:sequence>
<xsd:element name="quote" type="BasicQuotation" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:group ref="PartiesAndAccounts.model" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|