Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type Base64BinaryValueType
Namespace urn:us:gov:ic:tdf
Annotations

A type for holding base64binary values.

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
Type extension of Base64BinaryRestrictedType
Type hierarchy
Used by
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:complexType name="Base64BinaryValueType">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">A type for holding base64binary values.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <!--Replacing:
<xs:extension base="xs:base64Binary">
                <xs:attribute ref="mediaType" use="optional"/>
                <xs:attribute ref="filename" use="optional"/>
                <xs:attribute ref="isEncrypted" use="optional"/>
            </xs:extension>
-->
    <!-- DigitalHazMat: Replace xs:base64Binary with Base64BinaryRestrictedType -->
    <xs:extension base="Base64BinaryRestrictedType">
      <xs:attribute ref="mediaType" use="optional"/>
      <xs:attribute ref="filename" use="optional"/>
      <xs:attribute ref="isEncrypted" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
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