Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetScheduledConferenceSessions
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Get scheduled conference sessions: request
Diagram
DiagramExtensionMessages_xsd_Element_GetScheduledConferenceSessions.tmp#GetScheduledConferenceSessions_startedExtensionMessages_xsd_Element_GetScheduledConferenceSessions.tmp#GetScheduledConferenceSessions_endedExtensionMessages_xsd_Element_GetScheduledConferenceSessions.tmp#GetScheduledConferenceSessions_conferenceNumberCommon_xsd_Element_extendedNumber.tmp#extendedNumber
Properties
content: complex
Model started{0,1} , ended{0,1} , conferenceNumber , extendedNumber
Children conferenceNumber, ended, extendedNumber, started
Instance
<GetScheduledConferenceSessions xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <started>{0,1}</started>
  <ended>{0,1}</ended>
  <conferenceNumber>{1,1}</conferenceNumber>
  <common:extendedNumber>{1,1}</common:extendedNumber>
</GetScheduledConferenceSessions>
Source
<xs:element name="GetScheduledConferenceSessions">
  <xs:annotation>
    <xs:documentation>Get scheduled conference sessions: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="started" type="xs:date" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Filter by the date when the scheduled session started</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ended" type="xs:date" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Filter by the date when the scheduled session ended</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="conferenceNumber" type="common:string">
        <xs:annotation>
          <xs:documentation>Scheduled conference number</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:extendedNumber"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element started
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Filter by the date when the scheduled session started
Diagram
Diagram
Type xs:date
Properties
content: simple
minOccurs: 0
Source
<xs:element name="started" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Filter by the date when the scheduled session started</xs:documentation>
  </xs:annotation>
</xs:element>
Element ended
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Filter by the date when the scheduled session ended
Diagram
Diagram
Type xs:date
Properties
content: simple
minOccurs: 0
Source
<xs:element name="ended" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Filter by the date when the scheduled session ended</xs:documentation>
  </xs:annotation>
</xs:element>
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
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>