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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

tdf:HandlingAssertion

A specific type of assertion designed to be used for access, rights, and handling instructions. It is expected that handling instructions should never have metadata about themselves and they should never be encrypted. Therefore, unlike regular assertions, handling assertions do not support statement metadata or encryption.

Element information

Namespace: urn:us:gov:ic:tdf

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

Type: tdf:HandlingAssertionType

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
tdf:scope [1..1]Anonymous The grouping of objects to which the assertion applies.
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.
tdf:appliesToState [0..1]tdfstate:CVEnumTDFAppliesToState

Used in

Sample instance

<tdf:HandlingAssertion tdf:id="handlingAssertion1" tdf:scope="TDO">
   <tdf:HandlingStatement>
      <edh:Edh icid:DESVersion="1"
               edh:DESVersion="3">
         <icid:Identifier>guide://999999/uuid</icid:Identifier>
         <edh:DataItemCreateDateTime>2012-06-20T00:00:00Z</edh:DataItemCreateDateTime>
         <edh:ResponsibleEntity>
            <edh:Country>USA</edh:Country>
            <edh:Organization>DEA</edh:Organization>
         </edh:ResponsibleEntity>
         <arh:Security arh:DESVersion="2"
                       ism:DESVersion="11"
                       ism:classification="U"
                       ism:compliesWith="ICDocument"
                       ism:createDate="2012-06-26"
                       ism:ownerProducer="USA"
                       ism:resourceElement="true"/>
      </edh:Edh>
   </tdf:HandlingStatement>
   <tdf:Binding>
      <tdf:Signer tdf:subject="MyDN" tdf:issuer="C=US"/>
      <tdf:SignatureValue tdf:normalizationMethod="Normalization Method"
                          tdf:includesStatementMetadata="false"
                          tdf:signatureAlgorithm="SHA256withECDSA">RXhwZWN0ZWQgU3RyaW5nIFZhbHVl</tdf:SignatureValue>
   </tdf:Binding>
</tdf:HandlingAssertion>

Site developed and hosted by Datypic, Inc.

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