Definition Type: SimpleType
Name: data
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-datatypes-5-0-SP2.xsd
Documentation:
Stringstring field containing raw data with no format or content restrictions. Data fields are always immediately preceded by a length field. The length field should specify the number of bytes of the value of the data field (up to but not including the terminating SOH). Caution: the value of one of these fields may contain the delimiter (SOH) character. Note that the value specified for this field should be followed by the delimiter (SOH) character as all fields are terminated with an "SOH".
Collapse XSD Schema Diagram:
XSD Diagram of data in schema fixml-datatypes-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="data">
    <xs:annotation>
        <xs:documentation>Stringstring field containing raw data with no format or content restrictions.  Data fields are always immediately preceded by a length field.  The length field should specify the number of bytes of the value of the data field (up to but not including the terminating SOH).
Caution: the value of one of these fields may contain the delimiter (SOH) character.  Note that the value specified for this field should be followed by the delimiter (SOH) character as all fields are terminated with an "SOH".</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string" />
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:DerivativeEncodedIssuer_t, nsA:DerivativeEncodedSecurityDesc_t, nsA:EncodedAllocText_t, nsA:EncodedHeadline_t, nsA:EncodedIssuer_t, nsA:EncodedLegIssuer_t, nsA:EncodedLegSecurityDesc_t, nsA:EncodedListExecInst_t, nsA:EncodedListStatusText_t, nsA:EncodedMktSegmDesc_t, nsA:EncodedSecurityDesc_t, nsA:EncodedSubject_t, nsA:EncodedSymbol_t, nsA:EncodedText_t, nsA:EncodedUnderlyingIssuer_t, nsA:EncodedUnderlyingSecurityDesc_t, nsA:EncryptedNewPassword_t, nsA:EncryptedPassword_t, nsA:RawData_t