Schema Central > IC-TDF > IC-TDF.xsd > tdf:StructuredPayload
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

tdf:StructuredPayload

Intended for structured content encoded in the same data encoding of the encapslating TDO (i.e. If the encoded format is XML this is intended for XML statements).

Element information

Namespace: urn:us:gov:ic:tdf

Schema document: IC-TDF/IC-TDF.xsd

Type: Anonymous

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
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

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>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com