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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

tdf:StringPayload

Intended for textual payload content encoded as a string. Perhaps the contents of a text file.

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: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

Sample instance

<tdf:StringPayload tdf:filename="myText.txt" tdf:id="org.java"
                   tdf:isEncrypted="false">This is a
        text document</tdf:StringPayload>

Site developed and hosted by Datypic, Inc.

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