Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element cr:HandsetDeviceType / cr:handsetMake
Namespace urn:CellexReport
Annotations
Company that manufactured hanset.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="handsetMake" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Company that manufactured hanset.</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:HandsetDeviceType / cr:handsetModel
Namespace urn:CellexReport
Annotations
Model number of handset
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="handsetModel" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Model number of handset</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:HandsetDeviceType / cr:imei
Namespace urn:CellexReport
Annotations
International Mobile Equipment Identity or IMEI is a number (decimal), usually unique to identify GSM, WCDMA, and iDEN mobile phones, as well as some satellite phones. It is usually found printed inside the battery compartment of the phone. It can also be displayed on the screen of the phone by entering *#06# into the keypad on most phones.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="imei" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>International Mobile Equipment Identity or IMEI is a number (decimal), usually unique to identify GSM, WCDMA, and iDEN mobile phones, as well as some satellite phones. It is usually found printed inside the battery compartment of the phone. It can also be displayed on the screen of the phone by entering *#06# into the keypad on most phones.</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:HandsetDeviceType / cr:hardwareVersion
Namespace urn:CellexReport
Annotations
Refers to the version of the hardware of a handset or a CELLEX kit.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="hardwareVersion" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Refers to the version of the hardware of a handset or a CELLEX kit.</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:HandsetDeviceType / cr:softwareVersion
Namespace urn:CellexReport
Annotations
Refers to the software version of a handset.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="softwareVersion" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Refers to the software version of a handset.</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:HandsetDeviceType / cr:timeSetTo
Namespace urn:CellexReport
Annotations
Refers to the time that the handset was set once the phone was exploited. Most of the time it will be the same as Actual Time, but there have been cases where phones were not in sync with the real time.
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="timeSetTo" type="cr:NormalizedDateTimeType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Refers to the time that the handset was set once the phone was exploited. Most of the time it will be the same as Actual Time, but there have been cases where phones were not in sync with the real time.</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:HandsetDeviceType / cr:actualTime
Namespace urn:CellexReport
Annotations
The actual time when the handset is exploited by a CELLEX kit.
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="actualTime" type="cr:NormalizedDateTimeType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The actual time when the handset is exploited by a CELLEX kit.</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:HandsetDeviceType / cr:memoryCards
Namespace urn:CellexReport
Diagram
Diagram CellexReport_xsd_Complex_Type_cr_HandsetDeviceType.tmp#HandsetDeviceType_HandsetDeviceType_memoryCards_memoryCard
Properties
content complex
minOccurs 0
Model
Children cr:memoryCard
Instance
<cr:memoryCards xmlns:cr="urn:CellexReport">
  <cr:memoryCard>{1,unbounded}</cr:memoryCard>
</cr:memoryCards>
Source
<xs:element name="memoryCards" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="memoryCard" type="xs:string" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Refers to whether a phone has a memory card within it during capture. Typical memory cards are SD cards.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </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:HandsetDeviceType / cr:memoryCards / cr:memoryCard
Namespace urn:CellexReport
Annotations
Refers to whether a phone has a memory card within it during capture. Typical memory cards are SD cards.
Diagram
Diagram
Type xs:string
Properties
content simple
maxOccurs unbounded
Source
<xs:element name="memoryCard" type="xs:string" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Refers to whether a phone has a memory card within it during capture. Typical memory cards are SD cards.</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:HandsetDeviceType / cr:greetingMessage
Namespace urn:CellexReport
Annotations
Refers to a possible message on a handset, which is displayed once the handset is turned on.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="greetingMessage" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Refers to a possible message on a handset, which is displayed once the handset is turned on.</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:HandsetDeviceType / cr:keypadLockCode
Namespace urn:CellexReport
Annotations
The code to unlock a locked phone. Typically a 4 digit number.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="keypadLockCode" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The code to unlock a locked phone. Typically a 4 digit number.</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:HandsetDeviceType / cr:bluetoothID
Namespace urn:CellexReport
Annotations
The unique 48-bit address of the Bluetooth device.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="bluetoothID" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The unique 48-bit address of the Bluetooth device.</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:HandsetDeviceType
Namespace urn:CellexReport
Diagram
Diagram CellexReport_xsd_Complex_Type_cr_HandsetDeviceType.tmp#HandsetDeviceType_handsetMake CellexReport_xsd_Complex_Type_cr_HandsetDeviceType.tmp#HandsetDeviceType_handsetModel CellexReport_xsd_Complex_Type_cr_HandsetDeviceType.tmp#HandsetDeviceType_imei CellexReport_xsd_Complex_Type_cr_HandsetDeviceType.tmp#HandsetDeviceType_hardwareVersion CellexReport_xsd_Complex_Type_cr_HandsetDeviceType.tmp#HandsetDeviceType_softwareVersion CellexReport_xsd_Complex_Type_cr_HandsetDeviceType.tmp#HandsetDeviceType_timeSetTo CellexReport_xsd_Complex_Type_cr_HandsetDeviceType.tmp#HandsetDeviceType_actualTime CellexReport_xsd_Complex_Type_cr_HandsetDeviceType.tmp#HandsetDeviceType_memoryCards CellexReport_xsd_Complex_Type_cr_HandsetDeviceType.tmp#HandsetDeviceType_greetingMessage CellexReport_xsd_Complex_Type_cr_HandsetDeviceType.tmp#HandsetDeviceType_keypadLockCode CellexReport_xsd_Complex_Type_cr_HandsetDeviceType.tmp#HandsetDeviceType_bluetoothID
Used by
Model
Children cr:actualTime , cr:bluetoothID , cr:greetingMessage , cr:handsetMake , cr:handsetModel , cr:hardwareVersion , cr:imei , cr:keypadLockCode , cr:memoryCards , cr:softwareVersion , cr:timeSetTo
Source
<xs:complexType name="HandsetDeviceType">
  <xs:all>
    <xs:element name="handsetMake" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Company that manufactured hanset.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="handsetModel" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Model number of handset</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="imei" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>International Mobile Equipment Identity or IMEI is a number (decimal), usually unique to identify GSM, WCDMA, and iDEN mobile phones, as well as some satellite phones. It is usually found printed inside the battery compartment of the phone. It can also be displayed on the screen of the phone by entering *#06# into the keypad on most phones.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="hardwareVersion" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Refers to the version of the hardware of a handset or a CELLEX kit.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="softwareVersion" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Refers to the software version of a handset.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="timeSetTo" type="cr:NormalizedDateTimeType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Refers to the time that the handset was set once the phone was exploited. Most of the time it will be the same as Actual Time, but there have been cases where phones were not in sync with the real time.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="actualTime" type="cr:NormalizedDateTimeType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The actual time when the handset is exploited by a CELLEX kit.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="memoryCards" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="memoryCard" type="xs:string" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>Refers to whether a phone has a memory card within it during capture. Typical memory cards are SD cards.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="greetingMessage" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Refers to a possible message on a handset, which is displayed once the handset is turned on.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="keypadLockCode" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The code to unlock a locked phone. Typically a 4 digit number.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="bluetoothID" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The unique 48-bit address of the Bluetooth device.</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