Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element icms:AttachmentData
Namespace urn:us:gov:ic:icms
Annotations

This element can contain the actual data either base64 encoded or zipped and then base64 encoded. The associated attribute, composition, identifies which method was used to encode the data. The composition attribute should contain “base64” or “zip:base64”. AttachmentData should not be used when the AttachmentLocation element is used.

Diagram
Diagram ITS-OM_xsd_Attribute_icms_composition.tmp#composition
Type extension of xsd:base64Binary
Properties
content complex
Used by
Complex Type icms:AttachmentType
Attributes
QName Type Use Annotation
icms:composition restriction of xsd:string required
This is a set of colon delimited file extension to show how the file was base 64 encoded. Enumerated values of zip:base64 or base64..
Source
<xsd:element name="AttachmentData">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">This element can contain the actual data either base64 encoded or zipped and then base64 encoded. The associated attribute, composition, identifies which method was used to encode the data. The composition attribute should contain “base64” or “zip:base64”. AttachmentData should not be used when the AttachmentLocation element is used.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="xsd:base64Binary">
        <xsd:attribute ref="icms:composition" use="required"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location ITS-OM.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