tdf:Base64BinaryStatement
Element information
Namespace: urn:us:gov:ic:tdf
Schema document: IC-TDF/IC-TDF.xsd
Type: tdf:Base64BinaryValueType
Properties: Local, Qualified
Content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
tdf:mediaType | [0..1] | tdf:MediaTypeType | An attribute for expressing the mediaType of an object as defined in RFC 4288. | |
tdf:filename | [0..1] | xsd:string | This is the filename of the payload. | |
tdf:isEncrypted | [0..1] | xsd:boolean | Used to denote if contents are encrypted. When this optional attribute is absent, it is assumed to be false. |
Used in
- Group tdf:StatementGroup
- Type tdf:AssertionType via reference to tdf:StatementGroup (Element tdf:Assertion)
Sample instance
<tdf:Base64BinaryStatement tdf:isEncrypted="false">VGhpcyBpcyBhIGJpbmFyeSBzdGF0ZW1lbnQ=</tdf:Base64BinaryStatement>