Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element cr:SelectorType / cr:value
Namespace urn:CellexReport
Annotations
None provided
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="value" type="xs:string">
  <xs:annotation>
    <xs:documentation>None provided</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:SelectorType / cr:realm
Namespace urn:CellexReport
Annotations
Refers to the type of selector, i.e. MSISDN (phone number), IMSI, IMEI, etc. Valid values are: IMEI, IMSI, MSISDN, EMAIL, IPV4, MAC, URL, MGRS, ESN.
Diagram
Diagram CellexReport_xsd_Simple_Type_cr_SelectorRealmType.tmp#SelectorRealmType
Type cr:SelectorRealmType
Properties
content simple
Facets
enumeration IMEI
enumeration IMSI
enumeration MSISDN
enumeration EMAIL
enumeration IPV4
enumeration MAC
enumeration URL
enumeration MGRS
enumeration ESN
Source
<xs:element name="realm" type="cr:SelectorRealmType">
  <xs:annotation>
    <xs:documentation>Refers to the type of selector, i.e. MSISDN (phone number), IMSI, IMEI, etc. Valid values are: IMEI, IMSI, MSISDN, EMAIL, IPV4, MAC, URL, MGRS, ESN.</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:SelectorType / cr:isValidated
Namespace urn:CellexReport
Annotations
Boolean value indicating if a human has verified the entity is of the type indicated..
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element name="isValidated" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Boolean value indicating if a human has verified the entity is of the type indicated..</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:SelectorType / cr:identities
Namespace urn:CellexReport
Annotations
Free text field.
Diagram
Diagram CellexReport_xsd_Complex_Type_cr_SelectorType.tmp#SelectorType_SelectorType_identities_searchKey CellexReport_xsd_Complex_Type_cr_SelectorType.tmp#SelectorType_SelectorType_identities_identity
Properties
content complex
minOccurs 0
Model
Children cr:identity
Instance
<cr:identities searchKey="" xmlns:cr="urn:CellexReport">
  <cr:identity>{1,unbounded}</cr:identity>
</cr:identities>
Attributes
QName Type Use
searchKey xs:string optional
Source
<xs:element name="identities" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Free text field.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="identity" type="xs:string" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="searchKey" type="xs:string"/>
  </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:SelectorType / cr:identities / cr:identity
Namespace urn:CellexReport
Diagram
Diagram
Type xs:string
Properties
content simple
maxOccurs unbounded
Source
<xs:element name="identity" type="xs:string" 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:SelectorType / cr:locations
Namespace urn:CellexReport
Annotations
Free text field.
Diagram
Diagram CellexReport_xsd_Complex_Type_cr_SelectorType.tmp#SelectorType_SelectorType_locations_location
Properties
content complex
Model
Children cr:location
Instance
<cr:locations xmlns:cr="urn:CellexReport">
  <cr:location>{0,unbounded}</cr:location>
</cr:locations>
Source
<xs:element name="locations">
  <xs:annotation>
    <xs:documentation>Free text field.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="location" 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:SelectorType / cr:locations / cr:location
Namespace urn:CellexReport
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="location" 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:SelectorType / cr:normTechVersion
Namespace urn:CellexReport
Annotations
Normalized selector value
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="normTechVersion" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Normalized selector value</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:SelectorType / cr:rawValues
Namespace urn:CellexReport
Annotations
Original selector value extracted from the device.
Diagram
Diagram CellexReport_xsd_Complex_Type_cr_SelectorType.tmp#SelectorType_SelectorType_rawValues_rawValue
Properties
content complex
Model
Children cr:rawValue
Instance
<cr:rawValues xmlns:cr="urn:CellexReport">
  <cr:rawValue>{0,unbounded}</cr:rawValue>
</cr:rawValues>
Source
<xs:element name="rawValues">
  <xs:annotation>
    <xs:documentation>Original selector value extracted from the device.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="rawValue" 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:SelectorType / cr:rawValues / cr:rawValue
Namespace urn:CellexReport
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="rawValue" 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.
Complex Type cr:SelectorType
Namespace urn:CellexReport
Annotations
A unique number, email address, or URL which can be attributed back to an entity. A selector may have an attribute of 'stopped'.
Diagram
Diagram CellexReport_xsd_Complex_Type_cr_SelectorType.tmp#SelectorType_searchKey CellexReport_xsd_Complex_Type_cr_SelectorType.tmp#SelectorType_value CellexReport_xsd_Complex_Type_cr_SelectorType.tmp#SelectorType_realm CellexReport_xsd_Complex_Type_cr_SelectorType.tmp#SelectorType_isValidated CellexReport_xsd_Complex_Type_cr_SelectorType.tmp#SelectorType_identities CellexReport_xsd_Complex_Type_cr_SelectorType.tmp#SelectorType_locations CellexReport_xsd_Complex_Type_cr_SelectorType.tmp#SelectorType_normTechVersion CellexReport_xsd_Complex_Type_cr_SelectorType.tmp#SelectorType_rawValues
Used by
Model
Children cr:identities , cr:isValidated , cr:locations , cr:normTechVersion , cr:rawValues , cr:realm , cr:value
Attributes
QName Type Use
searchKey xs:string optional
Source
<xs:complexType name="SelectorType">
  <xs:annotation>
    <xs:documentation>A unique number, email address, or URL which can be attributed back to an entity. A selector may have an attribute of 'stopped'.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="value" type="xs:string">
      <xs:annotation>
        <xs:documentation>None provided</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="realm" type="cr:SelectorRealmType">
      <xs:annotation>
        <xs:documentation>Refers to the type of selector, i.e. MSISDN (phone number), IMSI, IMEI, etc. Valid values are: IMEI, IMSI, MSISDN, EMAIL, IPV4, MAC, URL, MGRS, ESN.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="isValidated" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Boolean value indicating if a human has verified the entity is of the type indicated..</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="identities" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Free text field.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="identity" type="xs:string" maxOccurs="unbounded"/>
        </xs:sequence>
        <xs:attribute name="searchKey" type="xs:string"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="locations">
      <xs:annotation>
        <xs:documentation>Free text field.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="location" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="normTechVersion" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Normalized selector value</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="rawValues">
      <xs:annotation>
        <xs:documentation>Original selector value extracted from the device.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="rawValue" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:all>
  <xs:attribute name="searchKey" type="xs:string"/>
</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.
Attribute cr:SelectorType / cr:identities / @searchKey
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Source
<xs:attribute name="searchKey" type="xs:string"/>
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.
Attribute cr:SelectorType / @searchKey
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Complex Type cr:SelectorType
Source
<xs:attribute name="searchKey" type="xs:string"/>
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