A model group holding valuation information for an event.
XSD Schema Diagram:
XSD Schema Code:
<xsd:group name="EventValuation.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model group holding valuation information for an event.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="quote" type="BasicQuotation" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Pricing information for the trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>