Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetScheduledConferenceSessionsResponse
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Get scheduled conference sessions: response
Diagram
DiagramExtensionMessages_xsd_Element_GetScheduledConferenceSessionsResponse.tmp#GetScheduledConferenceSessionsResponse_scheduledSessionsExtensionMessages_xsd_Element_GetScheduledConferenceSessionsResponse.tmp#GetScheduledConferenceSessionsResponse_conferenceNumberCommon_xsd_Element_extendedNumber.tmp#extendedNumberCommon_xsd_Element_notice.tmp#notice
Properties
content: complex
Model scheduledSessions* , conferenceNumber{0,1} , extendedNumber{0,1} , notice*
Children conferenceNumber, extendedNumber, notice, scheduledSessions
Instance
<GetScheduledConferenceSessionsResponse xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <scheduledSessions>{0,unbounded}</scheduledSessions>
  <conferenceNumber>{0,1}</conferenceNumber>
  <common:extendedNumber>{0,1}</common:extendedNumber>
  <common:notice>{0,unbounded}</common:notice>
</GetScheduledConferenceSessionsResponse>
Source
<xs:element name="GetScheduledConferenceSessionsResponse">
  <xs:annotation>
    <xs:documentation>Get scheduled conference sessions: response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="scheduledSessions" type="extensionData:ScheduledConferenceSession" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="conferenceNumber" type="common:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Scheduled conference number</xs:documentation>
        </xs:annotation>
      </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 scheduledSessions
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Diagram
DiagramExtensionData_xsd_Complex_Type_ScheduledConferenceSession.tmp#ScheduledConferenceSession_startedExtensionData_xsd_Complex_Type_ScheduledConferenceSession.tmp#ScheduledConferenceSession_endedExtensionData_xsd_Complex_Type_ScheduledConferenceSession.tmp#ScheduledConferenceSession_participantsExtensionData_xsd_Complex_Type_ScheduledConferenceSession.tmp#ScheduledConferenceSession_maxParticipantsExtensionData_xsd_Complex_Type_ScheduledConferenceSession.tmp#ScheduledConferenceSession
Type ScheduledConferenceSession
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model started{0,1} , ended{0,1} , participants , maxParticipants
Children ended, maxParticipants, participants, started
Instance
<scheduledSessions xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:extensionData="http://4psa.com/ExtensionData.xsd/5.2.5">
  <extensionData:started>{0,1}</extensionData:started>
  <extensionData:ended>{0,1}</extensionData:ended>
  <extensionData:participants>{1,1}</extensionData:participants>
  <extensionData:maxParticipants>{1,1}</extensionData:maxParticipants>
</scheduledSessions>
Source
<xs:element name="scheduledSessions" type="extensionData:ScheduledConferenceSession" minOccurs="0" maxOccurs="unbounded"/>
Element 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
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="conferenceNumber" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Scheduled conference number</xs:documentation>
  </xs:annotation>
</xs:element>