simpleType "QuotationSideEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Bid"
 - 
A value "bid" by a buyer for an asset, i.e. the value a buyer is willing to pay.
"Ask"
 - 
A value "asked" by a seller for an asset, i.e. the value at which a seller is willing to sell.
"Mid"
 - 
A value midway between the bid and the ask value.
MinLength:
0

All Direct / Indirect Based Elements (2):
side (defined in SwapCurveValuation complexType)
Known Usage Locations
Annotation
The side from which perspective a value is quoted.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      QuotationSideEnum
Derivation:
restriction of Token
Facets:
enumeration:
"Bid"
 - 
A value "bid" by a buyer for an asset, i.e. the value a buyer is willing to pay.
"Ask"
 - 
A value "asked" by a seller for an asset, i.e. the value at which a seller is willing to sell.
"Mid"
 - 
A value midway between the bid and the ask value.
XML Source (w/o annotations (4); see within schema source)
<xsd:simpleType name="QuotationSideEnum">
<xsd:restriction base="Token">
<xsd:enumeration value="Bid"/>
<xsd:enumeration value="Ask"/>
<xsd:enumeration value="Mid"/>
</xsd:restriction>
</xsd:simpleType>

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.