xenc:CipherReference
Element information
Namespace: http://www.w3.org/2001/04/xmlenc#
Schema document: xenc-schema.xsd
Type: xenc:CipherReferenceType
Properties: Global, Qualified
Content
- xenc:Transforms [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
URI | [1..1] | xsd:anyURI |
Used in
- Type xenc:CipherDataType (Element xenc:CipherData)
Sample instance
<xenc:CipherReference URI="http://www.example.com/"> <xenc:Transforms> <ds:Transform Algorithm="http://www.example.com/">Any text, intermingled with: <!--any element--> </ds:Transform> </xenc:Transforms> </xenc:CipherReference>