Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element StatementGroup / StringStatement
Namespace urn:us:gov:ic:tdf
Annotations

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

Diagram
Diagram DHZMC-TDF_xsd_Attribute_filename.tmp#filename DHZMC-TDF_xsd_Attribute_isEncrypted.tmp#isEncrypted DHZMC-TDF_xsd_Complex_Type_StringValueType.tmp#StringValueType
Type StringValueType
Properties
content complex
Attributes
QName Type Use Annotation
filename xs:string optional

This is the filename of the payload.

isEncrypted xs:boolean optional

Used to denote if contents are encrypted. When this optional attribute is absent, it is assumed to be false.

Source
<xs:element name="StringStatement" type="StringValueType">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Intended for textual statement content encoded as a string. Perhaps the contents of a text file.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DHZMC-TDF.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element StatementGroup / Base64BinaryStatement
Namespace urn:us:gov:ic:tdf
Annotations

Intended for holding base64binary statement values such as a file or other binary encoded data.

Diagram
Diagram DHZMC-TDF_xsd_Simple_Type_Base64BinaryRestrictedType.tmp#Base64BinaryRestrictedType DHZMC-TDF_xsd_Attribute_mediaType.tmp#mediaType DHZMC-TDF_xsd_Attribute_filename.tmp#filename DHZMC-TDF_xsd_Attribute_isEncrypted.tmp#isEncrypted DHZMC-TDF_xsd_Complex_Type_Base64BinaryValueType.tmp#Base64BinaryValueType
Type Base64BinaryValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
filename xs:string optional

This is the filename of the payload.

isEncrypted xs:boolean optional

Used to denote if contents are encrypted. When this optional attribute is absent, it is assumed to be false.

mediaType MediaTypeType optional

An attribute for expressing the mediaType of an object as defined in RFC 4288.

Source
<xs:element name="Base64BinaryStatement" type="Base64BinaryValueType">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Intended for holding base64binary statement values such as a file or other binary encoded data.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DHZMC-TDF.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element StatementGroup / ReferenceStatement
Namespace urn:us:gov:ic:tdf
Annotations

Used to reference statements that are not embedded in the TDO but stored in a remote/external location.

Diagram
Diagram DHZMC-TDF_xsd_Attribute_uri.tmp#uri DHZMC-TDF_xsd_Attribute_mediaType.tmp#mediaType DHZMC-TDF_xsd_Attribute_isEncrypted.tmp#isEncrypted HashVerification_xsd_Attribute_totalBlocks.tmp#totalBlocks DHZMC-TDF_xsd_Complex_Type_ReferenceValueType.tmp#ReferenceValueType_ReferenceValueBlock HashVerification_xsd_Element_ContentEncodedHashVerification.tmp#ContentEncodedHashVerification HashVerification_xsd_Element_ContentDecodedHashVerification.tmp#ContentDecodedHashVerification DHZMC-TDF_xsd_Complex_Type_ReferenceValueType.tmp#ReferenceValueType
Type ReferenceValueType
Properties
content complex
Model
Children ContentDecodedHashVerification , ContentEncodedHashVerification , ReferenceValueBlock
Instance
<ReferenceStatement isEncrypted="" mediaType="" totalBlocks="" uri="" xmlns="urn:us:gov:ic:tdf" xmlns:icsfhashv="urn:us:gov:ic:sf:hashverification">
  <ReferenceValueBlock block="" uri="">{2,unbounded}</ReferenceValueBlock>
  <icsfhashv:ContentEncodedHashVerification hashType="">{0,1}</icsfhashv:ContentEncodedHashVerification>
  <icsfhashv:ContentDecodedHashVerification hashType="">{0,1}</icsfhashv:ContentDecodedHashVerification>
</ReferenceStatement>
Attributes
QName Type Use Annotation
isEncrypted xs:boolean optional

Used to denote if contents are encrypted. When this optional attribute is absent, it is assumed to be false.

mediaType MediaTypeType optional

An attribute for expressing the mediaType of an object as defined in RFC 4288.

totalBlocks TotalBlocksType optional

The total blocks of a hash.

uri required

A uri expressing the location of the referenced material.

Source
<xs:element name="ReferenceStatement" type="ReferenceValueType">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Used to reference statements that are not embedded in the TDO but stored in a remote/external location.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DHZMC-TDF.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element StatementGroup / StructuredStatement
Namespace urn:us:gov:ic:tdf
Annotations

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

Diagram
Diagram DHZMC-TDF_xsd_Attribute_filename.tmp#filename DHZMC-TDF_xsd_Attribute_isEncrypted.tmp#isEncrypted DHZM_xsd_Element_ProvenanceAssertion.tmp#ProvenanceAssertion DHZM_xsd_Element_AnalysisAssertion.tmp#AnalysisAssertion DHZMC-TDF_xsd_Complex_Type_StructuredValueType.tmp#StructuredValueType
Type StructuredValueType
Properties
content complex
Model
Children AnalysisAssertion , ProvenanceAssertion
Instance
<StructuredStatement filename="" isEncrypted="" xmlns="urn:us:gov:ic:tdf" xmlns:dhzm="urn:us:gov:ic:digitalhazmat">
  <dhzm:ProvenanceAssertion DESVersion="" DESVersion="">{1,1}</dhzm:ProvenanceAssertion>
  <dhzm:AnalysisAssertion DESVersion="" DESVersion="">{1,1}</dhzm:AnalysisAssertion>
</StructuredStatement>
Attributes
QName Type Use Annotation
filename xs:string optional

This is the filename of the payload.

isEncrypted xs:boolean optional

Used to denote if contents are encrypted. When this optional attribute is absent, it is assumed to be false.

Source
<xs:element name="StructuredStatement" type="StructuredValueType">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Intended for structured content encoded in the same data encoding of the encapsulating Assertion (i.e. If the encoded format is XML this is intended for XML statements).</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DHZMC-TDF.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Element Group StatementGroup
Namespace urn:us:gov:ic:tdf
Diagram
Diagram DHZMC-TDF_xsd_Element_Group_StatementGroup.tmp#StatementGroup_StringStatement DHZMC-TDF_xsd_Element_Group_StatementGroup.tmp#StatementGroup_Base64BinaryStatement DHZMC-TDF_xsd_Element_Group_StatementGroup.tmp#StatementGroup_ReferenceStatement DHZMC-TDF_xsd_Element_Group_StatementGroup.tmp#StatementGroup_StructuredStatement
Used by
Complex Type AssertionType
Model
Children Base64BinaryStatement , ReferenceStatement , StringStatement , StructuredStatement
Source
<xs:group name="StatementGroup">
  <xs:choice>
    <xs:element name="StringStatement" type="StringValueType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Intended for textual statement content encoded as a string. Perhaps the contents of a text file.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Base64BinaryStatement" type="Base64BinaryValueType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Intended for holding base64binary statement values such as a file or other binary encoded data.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReferenceStatement" type="ReferenceValueType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Used to reference statements that are not embedded in the TDO but stored in a remote/external location.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StructuredStatement" type="StructuredValueType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Intended for structured content encoded in the same data encoding of the encapsulating Assertion (i.e. If the encoded format is XML this is intended for XML statements).</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:group>
Schema location DHZMC-TDF.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.

This document has been approved for Public Release by the Office of the Director of National Intelligence. See Distribution Notice for details. Click Here