tdf:StringPayload
Element information
Namespace: urn:us:gov:ic:tdf
Schema document: IC-TDF/IC-TDF.xsd
Type: Anonymous
Properties: Local, Qualified
Content
from type tdf:StringValueType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
tdf:filename | [0..1] | xsd:string | This is the filename of the payload. | from type tdf:StringValueType |
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. | from type tdf:StringValueType |
tdf:id | [0..1] | xsd:ID | A unique local identifier used for binding and signing purposes. Not guarenteed to be unique across multiple TDC/TDOs but must be unique within a single instance of either. |
Used in
- Group tdf:PayloadGroup
- Type tdf:TdoType via reference to tdf:PayloadGroup (Element tdf:TrustedDataObject)
Sample instance
<tdf:StringPayload tdf:filename="myText.txt" tdf:id="org.java" tdf:isEncrypted="false">This is a text document</tdf:StringPayload>