Definition Type: ComplexType
Name: POSSecurity_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_CoreLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PSSCATSecLevel in schema ifx170_corelib_xsd Drilldown into PSSMsgEncryption in schema ifx170_corelib_xsd Drilldown into PSSMsgMAC in schema ifx170_corelib_xsd Drilldown into PSSNetworkType in schema ifx170_corelib_xsdXSD Diagram of POSSecurity_Type in schema ifx170_corelib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="POSSecurity_Type">
    <xsd:sequence>
        <xsd:element ref="PSSNetworkType" minOccurs="0" />
        <xsd:element ref="PSSMsgMAC" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="PSSMsgEncryption" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="PSSCATSecLevel" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PSSNetworkType ifx:PSSNetworkType 0 (1)
PSSMsgMAC ifx:PSSMsgMAC 0 unbounded
PSSMsgEncryption ifx:PSSMsgEncryption 0 unbounded
PSSCATSecLevel ifx:PSSCATSecLevel 0 (1)
Collapse Derivation Tree:
Collapse References:
ifx:POSSecurity