Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element cr:CalendarEventType / cr:origTitle
Namespace urn:CellexReport
Annotations
Original title of the calendar event; may be in non-English form.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="origTitle" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Original title of the calendar event; 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:CalendarEventType / cr:transTitle
Namespace urn:CellexReport
Annotations
Translation of the original event title.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="transTitle" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Translation of the original event title.</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:CalendarEventType / cr:origMessText
Namespace urn:CellexReport
Annotations
Original text describing the calendar event; 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 describing the calendar event; 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:CalendarEventType / cr:transMessText
Namespace urn:CellexReport
Annotations
Translation of the original calendar event description text.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="transMessText" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Translation of the original calendar event description text.</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:CalendarEventType / cr:eventLocation
Namespace urn:CellexReport
Annotations
Location of the calendar event. Locations include GPS WayPoints, Latititude/Longitude, and Military Grid Reference System (MGRS).
Diagram
Diagram CellexReport_xsd_Complex_Type_cr_LocationType.tmp#LocationType_isGPSWayPoint CellexReport_xsd_Complex_Type_cr_LocationType.tmp#LocationType_wayPointName CellexReport_xsd_Complex_Type_cr_LocationType.tmp#LocationType_lastSelectedDtg CellexReport_xsd_Complex_Type_cr_LocationType.tmp#LocationType_rawLatitude CellexReport_xsd_Complex_Type_cr_LocationType.tmp#LocationType_rawLongitude CellexReport_xsd_Complex_Type_cr_LocationType.tmp#LocationType_normalizedLatitude CellexReport_xsd_Complex_Type_cr_LocationType.tmp#LocationType_normalizedLongitude CellexReport_xsd_Complex_Type_cr_LocationType.tmp#LocationType_rawMGRS CellexReport_xsd_Complex_Type_cr_LocationType.tmp#LocationType_normalizedMGRS CellexReport_xsd_Complex_Type_cr_LocationType.tmp#LocationType
Type cr:LocationType
Properties
content complex
minOccurs 0
Model
Children cr:isGPSWayPoint , cr:lastSelectedDtg , cr:normalizedLatitude , cr:normalizedLongitude , cr:normalizedMGRS , cr:rawLatitude , cr:rawLongitude , cr:rawMGRS , cr:wayPointName
Instance
<cr:eventLocation xmlns:cr="urn:CellexReport">
  <cr:isGPSWayPoint>{0,1}</cr:isGPSWayPoint>
  <cr:wayPointName>{0,1}</cr:wayPointName>
  <cr:lastSelectedDtg normalizedDate="" normalizedDateTime="" rawDateTime="">{0,1}</cr:lastSelectedDtg>
  <cr:rawLatitude>{0,1}</cr:rawLatitude>
  <cr:rawLongitude>{0,1}</cr:rawLongitude>
  <cr:normalizedLatitude>{0,1}</cr:normalizedLatitude>
  <cr:normalizedLongitude>{0,1}</cr:normalizedLongitude>
  <cr:rawMGRS>{0,1}</cr:rawMGRS>
  <cr:normalizedMGRS>{0,1}</cr:normalizedMGRS>
</cr:eventLocation>
Source
<xs:element name="eventLocation" type="cr:LocationType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Location of the calendar event. Locations include GPS WayPoints, Latititude/Longitude, and Military Grid Reference System (MGRS).</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:CalendarEventType / cr:startDateTime
Namespace urn:CellexReport
Annotations
Starting time of the calendar event
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="startDateTime" type="cr:NormalizedDateTimeType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Starting time of the calendar event</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:CalendarEventType / cr:endDateTime
Namespace urn:CellexReport
Annotations
Ending time of the calendar event
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="endDateTime" type="cr:NormalizedDateTimeType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Ending time of the calendar event</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:CalendarEventType / cr:isReoccuring
Namespace urn:CellexReport
Annotations
Boolean Value
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element name="isReoccuring" type="xs:boolean" default="false" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Boolean 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.
Complex Type cr:CalendarEventType
Namespace urn:CellexReport
Diagram
Diagram CellexReport_xsd_Complex_Type_cr_CalendarEventType.tmp#CalendarEventType_origTitle CellexReport_xsd_Complex_Type_cr_CalendarEventType.tmp#CalendarEventType_transTitle CellexReport_xsd_Complex_Type_cr_CalendarEventType.tmp#CalendarEventType_origMessText CellexReport_xsd_Complex_Type_cr_CalendarEventType.tmp#CalendarEventType_transMessText CellexReport_xsd_Complex_Type_cr_CalendarEventType.tmp#CalendarEventType_eventLocation CellexReport_xsd_Complex_Type_cr_CalendarEventType.tmp#CalendarEventType_startDateTime CellexReport_xsd_Complex_Type_cr_CalendarEventType.tmp#CalendarEventType_endDateTime CellexReport_xsd_Complex_Type_cr_CalendarEventType.tmp#CalendarEventType_isReoccuring
Used by
Model
Children cr:endDateTime , cr:eventLocation , cr:isReoccuring , cr:origMessText , cr:origTitle , cr:startDateTime , cr:transMessText , cr:transTitle
Source
<xs:complexType name="CalendarEventType">
  <xs:all>
    <xs:element name="origTitle" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Original title of the calendar event; may be in non-English form.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="transTitle" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Translation of the original event title.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="origMessText" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Original text describing the calendar event; 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>Translation of the original calendar event description text.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="eventLocation" type="cr:LocationType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Location of the calendar event. Locations include GPS WayPoints, Latititude/Longitude, and Military Grid Reference System (MGRS).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="startDateTime" type="cr:NormalizedDateTimeType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Starting time of the calendar event</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="endDateTime" type="cr:NormalizedDateTimeType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Ending time of the calendar event</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="isReoccuring" type="xs:boolean" default="false" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Boolean Value</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