tdf:StructuredPayload
Element information
Namespace: urn:us:gov:ic:tdf
Schema document: IC-TDF/IC-TDF.xsd
Type: Anonymous
Properties: Local, Qualified
Content
- Any element [1..1] Namespace: ##other, Process Contents: skip
from type tdf:StructuredValueType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
tdf:filename | [0..1] | xsd:string | This is the filename of the payload. | from type tdf:StructuredValueType |
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:StructuredValueType |
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:StructuredPayload> <smpl:samplePayload xsi:schemaLocation="exampleStructuredPayload sampleStructured.xsd" smpl:sampleAttribute="exampleAttribute text"> <smpl:someInformation>I am information within a structured payload</smpl:someInformation> <smpl:moreInformation smpl:sampleAttribute2="attribute"> <smpl:informationElement>More information within a payload</smpl:informationElement> <smpl:informationElement>More information within a payload</smpl:informationElement> </smpl:moreInformation> </smpl:samplePayload> </tdf:StructuredPayload>