Heads up! These docs are for STIX 1.0.1, which is not the latest version (1.2). View the latest!

EncodedCDATATypeSTIX Common Schema

This type is used to represent data in an XML CDATA block. Data in a CDATA block may either be represented as-is or, in cases where it may contain characters that are not valid in CDATA, it may be encoded in Base64 per RFC4648. Data encoded in Base64 must be denoted as such using the encoded attribute.


Fields

Field Name Type Description
@encodedoptional boolean

If true, specifies that the content encoded in the element is encoded using Base64 per RFC4648.