Definition Type: SimpleType
Name: Boolean
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-datatypes-5-0-SP2.xsd
Documentation:
charchar field containing one of two values: 'Y' = True/Yes 'N' = False/No
Collapse XSD Schema Diagram:
XSD Diagram of Boolean in schema fixml-datatypes-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="Boolean">
    <xs:annotation>
        <xs:documentation>charchar field containing one of two values:
'Y' = True/Yes
'N' = False/No</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:pattern value="[YN]{1}" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Pattern [YN]{1}
Collapse Derivation Tree:
Collapse References:
nsA:AggregatedBook_enum_t, nsA:AggressorIndicator_enum_t, nsA:ApplResendFlag_t, nsA:AutoAcceptIndicator_t, nsA:ContraryInstructionIndicator_t, nsA:CopyMsgIndicator_t, nsA:CustDirectedOrder_t, nsA:DefaultVerIndicator_t, nsA:DerivFlexProductEligibilityIndicator_t, nsA:DueToRelated_enum_t, nsA:ExchangeForPhysical_enum_t, nsA:FlexibleIndicator_t, nsA:FlexProductEligibilityIndicator_t, nsA:ForexReq_enum_t, nsA:InViewOfCommon_enum_t, nsA:IOINaturalFlag_enum_t, nsA:LastFragment_enum_t, nsA:LastRptRequested_enum_t, nsA:LateIndicator_t, nsA:LegalConfirm_enum_t, nsA:LocateReqd_enum_t, nsA:ManualOrderIndicator_t, nsA:MDImplicitDelete_enum_t, nsA:NotifyBrokerOfCredit_enum_t, nsA:OddLot_enum_t, nsA:PossDupFlag_enum_t, nsA:PossResend_enum_t, nsA:PreTradeAnonymity_t, nsA:PreviouslyReported_enum_t, nsA:PriorSpreadIndicator_t, nsA:PrivateQuote_t, nsA:PublishTrdIndicator_enum_t, nsA:RefreshIndicator_t, nsA:RelationshipRiskFlexibleIndicator_t, nsA:ReportedPxDiff_t, nsA:ReportToExch_enum_t, nsA:ReversalIndicator_t, nsA:RiskFlexibleIndicator_t, nsA:SolicitedFlag_enum_t, nsA:TradedFlatSwitch_enum_t, nsA:TrdRepIndicator_t, nsA:UnsolicitedIndicator_enum_t, nsA:WorkingIndicator_enum_t