tdf:HandlingAssertion
Element information
Namespace: urn:us:gov:ic:tdf
Schema document: IC-TDF/IC-TDF.xsd
Type: tdf:HandlingAssertionType
Properties: Local, Qualified
Content
- Sequence [1..1]
- tdf:HandlingStatement [1..1] Intended for access, rights, and/or handling instructions that apply to the scope of the assertion.
- Choice [0..1]
- tdf:Binding [1..*] Contains information needed to express, understand, and/or cryptographically validate the binding of the objects that belong to the scope of the assertion.
- tdf:ReferenceList Contains information needed to express, understand, and/or validate the informative (non-cryptographic) binding of the objects that belong to the scope of the assertion.
from group tdf:BindingGroup
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
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
- Group tdf:AssertionGroup
- Type tdf:TdcType via reference to tdf:AssertionGroup (Element tdf:TrustedDataCollection)
- Type tdf:TdoType via reference to tdf:AssertionGroup (Element tdf:TrustedDataObject)
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>