Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetScheduledConferencesResponse
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Get scheduled conferences: response
Diagram
DiagramExtensionMessages_xsd_Element_GetScheduledConferencesResponse.tmp#GetScheduledConferencesResponse_scheduleCommon_xsd_Element_extendedNumber.tmp#extendedNumberCommon_xsd_Element_notice.tmp#notice
Properties
content: complex
Model schedule* , extendedNumber{0,1} , notice*
Children extendedNumber, notice, schedule
Instance
<GetScheduledConferencesResponse xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <schedule>{0,unbounded}</schedule>
  <common:extendedNumber>{0,1}</common:extendedNumber>
  <common:notice>{0,unbounded}</common:notice>
</GetScheduledConferencesResponse>
Source
<xs:element name="GetScheduledConferencesResponse">
  <xs:annotation>
    <xs:documentation>Get scheduled conferences: response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:annotation>
      <xs:documentation>Get scheduled conferences: response data</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="schedule" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="conferenceNumber" type="common:string">
              <xs:annotation>
                <xs:documentation>Scheduled conference number</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="name" type="common:string">
              <xs:annotation>
                <xs:documentation>The name of the conference</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="conferenceType">
              <xs:annotation>
                <xs:documentation>Conference type</xs:documentation>
              </xs:annotation>
              <xs:simpleType>
                <xs:restriction base="xs:string">
                  <xs:enumeration value="anytime"/>
                  <xs:enumeration value="one_time"/>
                  <xs:enumeration value="recurring"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:element>
            <xs:element name="startDate" type="xs:date" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The date the one time conference will start, format: yyyy-mm-dd</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="startTime" type="xs:time" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Start time, format: H:i</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="endTime" type="xs:time" minOccurs="0">
              <xs:annotation>
                <xs:documentation>End time, format: H:i</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="dayOfWeek" type="xs:unsignedInt" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Day of the week - a numeric value between 0 and 7, default: 0 (every day)</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="dayOfMonth" type="xs:unsignedInt" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Day of the month - a numeric value between 0 and 31, default: 0 (every day)</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="month" type="xs:unsignedInt" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Month - a numeric value between 0 and 12, default: 0 (every month)</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="timezone" type="common:string" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The name of the timezone for which the conference is scheduled</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="started" type="common:dateTime" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The date when the scheduled conference started</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="ended" type="common:dateTime" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The date when the scheduled conference ended</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="inConference" type="xs:unsignedInt">
              <xs:annotation>
                <xs:documentation>The number of participants in scheduled conference sessions</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="sessions" type="xs:unsignedInt">
              <xs:annotation>
                <xs:documentation>The number of scheduled conference sessions</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="status" type="common:boolean">
              <xs:annotation>
                <xs:documentation>Scheduled conference status</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element ref="common:crDate"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="common:extendedNumber" minOccurs="0"/>
      <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element schedule
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Diagram
DiagramExtensionMessages_xsd_Element_GetScheduledConferencesResponse.tmp#GetScheduledConferencesResponse_GetScheduledConferencesResponse_schedule_conferenceNumberExtensionMessages_xsd_Element_GetScheduledConferencesResponse.tmp#GetScheduledConferencesResponse_GetScheduledConferencesResponse_schedule_nameExtensionMessages_xsd_Element_GetScheduledConferencesResponse.tmp#GetScheduledConferencesResponse_GetScheduledConferencesResponse_schedule_conferenceTypeExtensionMessages_xsd_Element_GetScheduledConferencesResponse.tmp#GetScheduledConferencesResponse_GetScheduledConferencesResponse_schedule_startDateExtensionMessages_xsd_Element_GetScheduledConferencesResponse.tmp#GetScheduledConferencesResponse_GetScheduledConferencesResponse_schedule_startTimeExtensionMessages_xsd_Element_GetScheduledConferencesResponse.tmp#GetScheduledConferencesResponse_GetScheduledConferencesResponse_schedule_endTimeExtensionMessages_xsd_Element_GetScheduledConferencesResponse.tmp#GetScheduledConferencesResponse_GetScheduledConferencesResponse_schedule_dayOfWeekExtensionMessages_xsd_Element_GetScheduledConferencesResponse.tmp#GetScheduledConferencesResponse_GetScheduledConferencesResponse_schedule_dayOfMonthExtensionMessages_xsd_Element_GetScheduledConferencesResponse.tmp#GetScheduledConferencesResponse_GetScheduledConferencesResponse_schedule_monthExtensionMessages_xsd_Element_GetScheduledConferencesResponse.tmp#GetScheduledConferencesResponse_GetScheduledConferencesResponse_schedule_timezoneExtensionMessages_xsd_Element_GetScheduledConferencesResponse.tmp#GetScheduledConferencesResponse_GetScheduledConferencesResponse_schedule_startedExtensionMessages_xsd_Element_GetScheduledConferencesResponse.tmp#GetScheduledConferencesResponse_GetScheduledConferencesResponse_schedule_endedExtensionMessages_xsd_Element_GetScheduledConferencesResponse.tmp#GetScheduledConferencesResponse_GetScheduledConferencesResponse_schedule_inConferenceExtensionMessages_xsd_Element_GetScheduledConferencesResponse.tmp#GetScheduledConferencesResponse_GetScheduledConferencesResponse_schedule_sessionsExtensionMessages_xsd_Element_GetScheduledConferencesResponse.tmp#GetScheduledConferencesResponse_GetScheduledConferencesResponse_schedule_statusCommon_xsd_Element_crDate.tmp#crDate
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model conferenceNumber , name , conferenceType , startDate{0,1} , startTime{0,1} , endTime{0,1} , dayOfWeek{0,1} , dayOfMonth{0,1} , month{0,1} , timezone{0,1} , started{0,1} , ended{0,1} , inConference , sessions , status , crDate
Children conferenceNumber, conferenceType, crDate, dayOfMonth, dayOfWeek, endTime, ended, inConference, month, name, sessions, startDate, startTime, started, status, timezone
Instance
<schedule xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <conferenceNumber>{1,1}</conferenceNumber>
  <name>{1,1}</name>
  <conferenceType>{1,1}</conferenceType>
  <startDate>{0,1}</startDate>
  <startTime>{0,1}</startTime>
  <endTime>{0,1}</endTime>
  <dayOfWeek>{0,1}</dayOfWeek>
  <dayOfMonth>{0,1}</dayOfMonth>
  <month>{0,1}</month>
  <timezone>{0,1}</timezone>
  <started>{0,1}</started>
  <ended>{0,1}</ended>
  <inConference>{1,1}</inConference>
  <sessions>{1,1}</sessions>
  <status>{1,1}</status>
  <common:crDate>{1,1}</common:crDate>
</schedule>
Source
<xs:element name="schedule" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="conferenceNumber" type="common:string">
        <xs:annotation>
          <xs:documentation>Scheduled conference number</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="name" type="common:string">
        <xs:annotation>
          <xs:documentation>The name of the conference</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="conferenceType">
        <xs:annotation>
          <xs:documentation>Conference type</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="anytime"/>
            <xs:enumeration value="one_time"/>
            <xs:enumeration value="recurring"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="startDate" type="xs:date" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The date the one time conference will start, format: yyyy-mm-dd</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="startTime" type="xs:time" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Start time, format: H:i</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="endTime" type="xs:time" minOccurs="0">
        <xs:annotation>
          <xs:documentation>End time, format: H:i</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dayOfWeek" type="xs:unsignedInt" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Day of the week - a numeric value between 0 and 7, default: 0 (every day)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dayOfMonth" type="xs:unsignedInt" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Day of the month - a numeric value between 0 and 31, default: 0 (every day)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="month" type="xs:unsignedInt" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Month - a numeric value between 0 and 12, default: 0 (every month)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="timezone" type="common:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The name of the timezone for which the conference is scheduled</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="started" type="common:dateTime" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The date when the scheduled conference started</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ended" type="common:dateTime" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The date when the scheduled conference ended</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="inConference" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>The number of participants in scheduled conference sessions</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="sessions" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>The number of scheduled conference sessions</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="status" type="common:boolean">
        <xs:annotation>
          <xs:documentation>Scheduled conference status</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:crDate"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element schedule / conferenceNumber
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Scheduled conference number
Diagram
DiagramCommon_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="conferenceNumber" type="common:string">
  <xs:annotation>
    <xs:documentation>Scheduled conference number</xs:documentation>
  </xs:annotation>
</xs:element>
Element schedule / name
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
The name of the conference
Diagram
DiagramCommon_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="name" type="common:string">
  <xs:annotation>
    <xs:documentation>The name of the conference</xs:documentation>
  </xs:annotation>
</xs:element>
Element schedule / conferenceType
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Conference type
Diagram
Diagram
Type restriction of xs:string
Properties
content: simple
Facets
enumeration anytime
enumeration one_time
enumeration recurring
Source
<xs:element name="conferenceType">
  <xs:annotation>
    <xs:documentation>Conference type</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="anytime"/>
      <xs:enumeration value="one_time"/>
      <xs:enumeration value="recurring"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element schedule / startDate
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
The date the one time conference will start, format: yyyy-mm-dd
Diagram
Diagram
Type xs:date
Properties
content: simple
minOccurs: 0
Source
<xs:element name="startDate" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The date the one time conference will start, format: yyyy-mm-dd</xs:documentation>
  </xs:annotation>
</xs:element>
Element schedule / startTime
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Start time, format: H:i
Diagram
Diagram
Type xs:time
Properties
content: simple
minOccurs: 0
Source
<xs:element name="startTime" type="xs:time" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Start time, format: H:i</xs:documentation>
  </xs:annotation>
</xs:element>
Element schedule / endTime
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
End time, format: H:i
Diagram
Diagram
Type xs:time
Properties
content: simple
minOccurs: 0
Source
<xs:element name="endTime" type="xs:time" minOccurs="0">
  <xs:annotation>
    <xs:documentation>End time, format: H:i</xs:documentation>
  </xs:annotation>
</xs:element>
Element schedule / dayOfWeek
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Day of the week - a numeric value between 0 and 7, default: 0 (every day)
Diagram
Diagram
Type xs:unsignedInt
Properties
content: simple
minOccurs: 0
Source
<xs:element name="dayOfWeek" type="xs:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Day of the week - a numeric value between 0 and 7, default: 0 (every day)</xs:documentation>
  </xs:annotation>
</xs:element>
Element schedule / dayOfMonth
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Day of the month - a numeric value between 0 and 31, default: 0 (every day)
Diagram
Diagram
Type xs:unsignedInt
Properties
content: simple
minOccurs: 0
Source
<xs:element name="dayOfMonth" type="xs:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Day of the month - a numeric value between 0 and 31, default: 0 (every day)</xs:documentation>
  </xs:annotation>
</xs:element>
Element schedule / month
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Month - a numeric value between 0 and 12, default: 0 (every month)
Diagram
Diagram
Type xs:unsignedInt
Properties
content: simple
minOccurs: 0
Source
<xs:element name="month" type="xs:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Month - a numeric value between 0 and 12, default: 0 (every month)</xs:documentation>
  </xs:annotation>
</xs:element>
Element schedule / timezone
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
The name of the timezone for which the conference is scheduled
Diagram
DiagramCommon_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="timezone" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The name of the timezone for which the conference is scheduled</xs:documentation>
  </xs:annotation>
</xs:element>
Element schedule / started
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
The date when the scheduled conference started
Diagram
DiagramCommon_xsd_Simple_Type_dateTime.tmp#dateTime
Type dateTime
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="started" type="common:dateTime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The date when the scheduled conference started</xs:documentation>
  </xs:annotation>
</xs:element>
Element schedule / ended
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
The date when the scheduled conference ended
Diagram
DiagramCommon_xsd_Simple_Type_dateTime.tmp#dateTime
Type dateTime
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="ended" type="common:dateTime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The date when the scheduled conference ended</xs:documentation>
  </xs:annotation>
</xs:element>
Element schedule / inConference
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
The number of participants in scheduled conference sessions
Diagram
Diagram
Type xs:unsignedInt
Properties
content: simple
Source
<xs:element name="inConference" type="xs:unsignedInt">
  <xs:annotation>
    <xs:documentation>The number of participants in scheduled conference sessions</xs:documentation>
  </xs:annotation>
</xs:element>
Element schedule / sessions
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
The number of scheduled conference sessions
Diagram
Diagram
Type xs:unsignedInt
Properties
content: simple
Source
<xs:element name="sessions" type="xs:unsignedInt">
  <xs:annotation>
    <xs:documentation>The number of scheduled conference sessions</xs:documentation>
  </xs:annotation>
</xs:element>
Element schedule / status
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Scheduled conference status
Diagram
DiagramCommon_xsd_Simple_Type_boolean.tmp#boolean
Type boolean
Properties
content: simple
Facets
whiteSpace collapse
Source
<xs:element name="status" type="common:boolean">
  <xs:annotation>
    <xs:documentation>Scheduled conference status</xs:documentation>
  </xs:annotation>
</xs:element>