Definition Type: ComplexType
Name: Binary
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_CoreLib.xsd
Abstract
Documentation:
The Binary data type is a compound type consisting of threee logical elements.
Collapse XSD Schema Diagram:
Drilldown into BinData in schema ifx170_corelib_xsd Drilldown into BinLength in schema ifx170_corelib_xsd Drilldown into ContentType in schema ifx170_corelib_xsdXSD Diagram of Binary in schema ifx170_corelib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="Binary">
    <xsd:annotation>
        <xsd:documentation>The Binary data type is a compound type consisting of threee logical elements.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ContentType" minOccurs="0" />
        <xsd:element ref="BinLength" />
        <xsd:element ref="BinData" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContentType ifx:ContentType 0 (1)
BinLength ifx:BinLength (1) (1)
BinData ifx:BinData (1) (1)
Collapse Derivation Tree:
Collapse References:
ifx:CashSignature, ifx:Certificate, ifx:ChkImgBack, ifx:ChkImgFront, ifx:CryptPswd, ifx:CryptSecret, ifx:Cursor, ifx:Logo_Type, ifx:StmtImgifx:TrnImage_Type,