Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetScheduledConferences
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Get scheduled conferences: request
Diagram
DiagramCommon_xsd_Element_filter.tmp#filterExtensionMessages_xsd_Element_GetScheduledConferences.tmp#GetScheduledConferences_intervalCommon_xsd_Element_extendedNumber.tmp#extendedNumber
Properties
content: complex
Model (filter{0,1} | interval{0,1}) , extendedNumber
Children extendedNumber, filter, interval
Instance
<GetScheduledConferences xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:filter>{0,1}</common:filter>
  <interval>{0,1}</interval>
  <common:extendedNumber>{1,1}</common:extendedNumber>
</GetScheduledConferences>
Source
<xs:element name="GetScheduledConferences">
  <xs:annotation>
    <xs:documentation>Get scheduled conferences: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice minOccurs="0">
        <xs:annotation>
          <xs:documentation>Either of</xs:documentation>
        </xs:annotation>
        <xs:element ref="common:filter" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Filter scheduled conferences by name or ID</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="interval" default="anytime" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Time interval when the conferences were scheduled</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:enumeration value="anytime"/>
              <xs:enumeration value="today"/>
              <xs:enumeration value="tomorrow"/>
              <xs:enumeration value="next_week"/>
              <xs:enumeration value="next_month"/>
              <xs:enumeration value="in_the_past"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
      </xs:choice>
      <xs:element ref="common:extendedNumber"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element interval
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Time interval when the conferences were scheduled
Diagram
Diagram
Type restriction of xs:string
Properties
content: simple
minOccurs: 0
default: anytime
Facets
enumeration anytime
enumeration today
enumeration tomorrow
enumeration next_week
enumeration next_month
enumeration in_the_past
Source
<xs:element name="interval" default="anytime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Time interval when the conferences were scheduled</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="anytime"/>
      <xs:enumeration value="today"/>
      <xs:enumeration value="tomorrow"/>
      <xs:enumeration value="next_week"/>
      <xs:enumeration value="next_month"/>
      <xs:enumeration value="in_the_past"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>