group "BidMidAsk.model"
Namespace:
Content:
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
Complex Content Model
bid?, mid?, ask?
Content Model Elements (3):
ask, bid, mid
Known Usage Locations
Annotation
The bid, mid, or ask values relevant for a quote
XML Source (w/o annotations (4); see within schema source)
<xsd:group name="BidMidAsk.model">
<xsd:sequence>
<xsd:element minOccurs="0" name="bid" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="mid" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="ask" type="xsd:decimal"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 3/3)
ask
Type:
xsd:decimal, predefined, simple content
A price "asked" by a seller for an asset, i.e. the price at which a seller is willing to sell.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="ask" type="xsd:decimal"/>

bid
Type:
xsd:decimal, predefined, simple content
A price "bid" by a buyer for an asset, i.e. the price a buyer is willing to pay.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="bid" type="xsd:decimal"/>

mid
Type:
xsd:decimal, predefined, simple content
A price midway between the bid and the ask price.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="mid" type="xsd:decimal"/>

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