Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element cr:EmailMessageType / cr:name
Namespace urn:CellexReport
Annotations
Subject of the email
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="name" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Subject of the email</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location CellexReport.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 cr:EmailMessageType / cr:fromAddress
Namespace urn:CellexReport
Annotations
From email address.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="fromAddress" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>From email address.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location CellexReport.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 cr:EmailMessageType / cr:to
Namespace urn:CellexReport
Annotations
The To email addressees.
Diagram
Diagram CellexReport_xsd_Complex_Type_cr_EmailMessageType.tmp#EmailMessageType_EmailMessageType_to_toAddress
Properties
content complex
minOccurs 0
Model
Children cr:toAddress
Instance
<cr:to xmlns:cr="urn:CellexReport">
  <cr:toAddress>{0,unbounded}</cr:toAddress>
</cr:to>
Source
<xs:element name="to" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The To email addressees.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="toAddress" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location CellexReport.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 cr:EmailMessageType / cr:to / cr:toAddress
Namespace urn:CellexReport
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="toAddress" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
Schema location CellexReport.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 cr:EmailMessageType / cr:cc
Namespace urn:CellexReport
Annotations
"Carbon" Copy addressees.
Diagram
Diagram CellexReport_xsd_Complex_Type_cr_EmailMessageType.tmp#EmailMessageType_EmailMessageType_cc_ccAddress
Properties
content complex
minOccurs 0
Model
Children cr:ccAddress
Instance
<cr:cc xmlns:cr="urn:CellexReport">
  <cr:ccAddress>{0,unbounded}</cr:ccAddress>
</cr:cc>
Source
<xs:element name="cc" minOccurs="0">
  <xs:annotation>
    <xs:documentation>"Carbon" Copy addressees.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ccAddress" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location CellexReport.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 cr:EmailMessageType / cr:cc / cr:ccAddress
Namespace urn:CellexReport
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="ccAddress" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
Schema location CellexReport.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 cr:EmailMessageType / cr:bcc
Namespace urn:CellexReport
Annotations
Blind Copy addressees.
Diagram
Diagram CellexReport_xsd_Complex_Type_cr_EmailMessageType.tmp#EmailMessageType_EmailMessageType_bcc_bccAddress
Properties
content complex
minOccurs 0
Model
Children cr:bccAddress
Instance
<cr:bcc xmlns:cr="urn:CellexReport">
  <cr:bccAddress>{0,unbounded}</cr:bccAddress>
</cr:bcc>
Source
<xs:element name="bcc" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Blind Copy addressees.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="bccAddress" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location CellexReport.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 cr:EmailMessageType / cr:bcc / cr:bccAddress
Namespace urn:CellexReport
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="bccAddress" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
Schema location CellexReport.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 cr:EmailMessageType / cr:dateTime
Namespace urn:CellexReport
Annotations
Date and time of the message in ZULU format
Diagram
Diagram CellexReport_xsd_Complex_Type_cr_NormalizedDateTimeType.tmp#NormalizedDateTimeType_rawDateTime CellexReport_xsd_Complex_Type_cr_NormalizedDateTimeType.tmp#NormalizedDateTimeType_normalizedDateTime CellexReport_xsd_Complex_Type_cr_NormalizedDateTimeType.tmp#NormalizedDateTimeType_normalizedDate CellexReport_xsd_Complex_Type_cr_NormalizedDateTimeType.tmp#NormalizedDateTimeType
Type cr:NormalizedDateTimeType
Properties
content complex
minOccurs 0
Attributes
QName Type Use
normalizedDate xs:date optional
normalizedDateTime xs:dateTime optional
rawDateTime xs:string required
Source
<xs:element name="dateTime" type="cr:NormalizedDateTimeType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Date and time of the message in ZULU format</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location CellexReport.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 cr:EmailMessageType / cr:origMessText
Namespace urn:CellexReport
Annotations
Original text of the message; may be in non-English form.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="origMessText" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Original text of the message; may be in non-English form.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location CellexReport.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 cr:EmailMessageType / cr:transMessText
Namespace urn:CellexReport
Annotations
Translated text of the email message.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="transMessText" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Translated text of the email message.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location CellexReport.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 cr:EmailMessageType / cr:emailFolder
Namespace urn:CellexReport
Annotations
Folder where the email was stored. Values include: Missed, Received, Dialed, Fixed, Own, Inbox, Outbox, Draft, Sent, Deleted Sent, Deleted Received, Other.
Diagram
Diagram CellexReport_xsd_Simple_Type_cr_EmailDirType.tmp#EmailDirType
Type cr:EmailDirType
Properties
content simple
minOccurs 0
nillable true
Facets
enumeration Missed
enumeration Received
enumeration Dailed
enumeration Fixed
enumeration Own
enumeration Inbox
enumeration Outbox
enumeration Draft
enumeration Sent
enumeration DeletedSent
enumeration DeletedRec
enumeration Other
Source
<xs:element name="emailFolder" type="cr:EmailDirType" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Folder where the email was stored. Values include: Missed, Received, Dialed, Fixed, Own, Inbox, Outbox, Draft, Sent, Deleted Sent, Deleted Received, Other.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location CellexReport.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 cr:EmailMessageType / cr:memoryLocation
Namespace urn:CellexReport
Annotations
Location on the device where the email was stored. Values include: Handset, SIM, and External Memory Card.
Diagram
Diagram CellexReport_xsd_Simple_Type_cr_MemoryLocationType.tmp#MemoryLocationType
Type cr:MemoryLocationType
Properties
content simple
minOccurs 0
nillable false
Facets
enumeration Handset
enumeration SIM
enumeration ExtMemCard
Source
<xs:element name="memoryLocation" type="cr:MemoryLocationType" nillable="false" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Location on the device where the email was stored. Values include: Handset, SIM, and External Memory Card.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location CellexReport.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.
Complex Type cr:EmailMessageType
Namespace urn:CellexReport
Diagram
Diagram CellexReport_xsd_Complex_Type_cr_EmailMessageType.tmp#EmailMessageType_name CellexReport_xsd_Complex_Type_cr_EmailMessageType.tmp#EmailMessageType_fromAddress CellexReport_xsd_Complex_Type_cr_EmailMessageType.tmp#EmailMessageType_to CellexReport_xsd_Complex_Type_cr_EmailMessageType.tmp#EmailMessageType_cc CellexReport_xsd_Complex_Type_cr_EmailMessageType.tmp#EmailMessageType_bcc CellexReport_xsd_Complex_Type_cr_EmailMessageType.tmp#EmailMessageType_dateTime CellexReport_xsd_Complex_Type_cr_EmailMessageType.tmp#EmailMessageType_origMessText CellexReport_xsd_Complex_Type_cr_EmailMessageType.tmp#EmailMessageType_transMessText CellexReport_xsd_Complex_Type_cr_EmailMessageType.tmp#EmailMessageType_emailFolder CellexReport_xsd_Complex_Type_cr_EmailMessageType.tmp#EmailMessageType_memoryLocation
Used by
Model
Children cr:bcc , cr:cc , cr:dateTime , cr:emailFolder , cr:fromAddress , cr:memoryLocation , cr:name , cr:origMessText , cr:to , cr:transMessText
Source
<xs:complexType name="EmailMessageType">
  <xs:all>
    <xs:element name="name" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Subject of the email</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="fromAddress" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>From email address.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="to" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The To email addressees.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="toAddress" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="cc" minOccurs="0">
      <xs:annotation>
        <xs:documentation>"Carbon" Copy addressees.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="ccAddress" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="bcc" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Blind Copy addressees.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="bccAddress" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="dateTime" type="cr:NormalizedDateTimeType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Date and time of the message in ZULU format</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="origMessText" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Original text of the message; may be in non-English form.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="transMessText" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Translated text of the email message.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="emailFolder" type="cr:EmailDirType" nillable="true" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Folder where the email was stored. Values include: Missed, Received, Dialed, Fixed, Own, Inbox, Outbox, Draft, Sent, Deleted Sent, Deleted Received, Other.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="memoryLocation" type="cr:MemoryLocationType" nillable="false" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Location on the device where the email was stored. Values include: Handset, SIM, and External Memory Card.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
Schema location CellexReport.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