Definition Type: SimpleType
Name: MultipleCharValue
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-datatypes-5-0-SP2.xsd
Documentation:
Stringstring field containing one or more space delimited single character values (e.g. |18=2 A F| ).
Collapse XSD Schema Diagram:
XSD Diagram of MultipleCharValue in schema fixml-datatypes-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="MultipleCharValue">
    <xs:annotation>
        <xs:documentation>Stringstring field containing one or more space delimited single character values (e.g. |18=2 A F| ).</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:pattern value="[A-Za-z0-9](\s[A-Za-z0-9])*" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Pattern [A-Za-z0-9](\s[A-Za-z0-9])*
Collapse Derivation Tree:
Collapse References:
nsA:CorporateAction_enum_t, nsA:ExecInst_enum_t, nsA:FinancialStatus_enum_t, nsA:LegExecInst_enum_t, nsA:OpenCloseSettlFlag_enum_t, nsA:OrderRestrictions_enum_t, nsA:Scope_enum_t