Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetScheduledConferenceDetails
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Get scheduled conference details: request
Diagram
DiagramExtensionMessages_xsd_Element_GetScheduledConferenceDetails.tmp#GetScheduledConferenceDetails_conferenceNumberCommon_xsd_Element_extendedNumber.tmp#extendedNumber
Properties
content: complex
Model conferenceNumber , extendedNumber
Children conferenceNumber, extendedNumber
Instance
<GetScheduledConferenceDetails xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <conferenceNumber>{1,1}</conferenceNumber>
  <common:extendedNumber>{1,1}</common:extendedNumber>
</GetScheduledConferenceDetails>
Source
<xs:element name="GetScheduledConferenceDetails">
  <xs:annotation>
    <xs:documentation>Get scheduled conference details: request</xs:documentation>
  </xs:annotation>
  <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 ref="common:extendedNumber"/>
    </xs:sequence>
  </xs:complexType>
</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>