Definition Type: ComplexType
Name: CipherDataType
Namespace: http://www.w3.org/2001/04/xmlenc#
Containing Schema: xenc-schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CipherReference Drilldown into CipherValueXSD Diagram of CipherDataType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<complexType name="CipherDataType">
    <choice>
        <element name="CipherValue" type="base64Binary" />
        <element ref="xenc:CipherReference" />
    </choice>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CipherValue xenc:CipherValue (1) (1)
CipherReference xenc:CipherReference (1) (1)
Collapse Derivation Tree:
Collapse References:
xenc:CipherData