Definition Type: ComplexType
Name: SecretList_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_CoreLib No Plus.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CryptSecret in schema ifx170_corelib no plus_xsd Drilldown into Secret in schema ifx170_corelib no plus_xsd Drilldown into CryptType in schema ifx170_corelib no plus_xsd Drilldown into SecretId in schema ifx170_corelib no plus_xsdXSD Diagram of SecretList_Type in schema ifx170_corelib no plus_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="SecretList_Type">
    <xsd:sequence>
        <xsd:element ref="SecretId" />
        <xsd:element ref="CryptType" />
        <xsd:choice>
            <xsd:element ref="Secret" />
            <xsd:element ref="CryptSecret" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SecretId ifx:SecretId (1) (1)
CryptType ifx:CryptType (1) (1)
Secret ifx:Secret (1) (1)
CryptSecret ifx:CryptSecret (1) (1)
Collapse Derivation Tree:
Collapse References:
ifx:SecretList