Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element DelScheduledConference
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Delete scheduled conference: request
Diagram
DiagramExtensionMessages_xsd_Element_DelScheduledConference.tmp#DelScheduledConference_conferenceNumberCommon_xsd_Element_extendedNumber.tmp#extendedNumber
Properties
content: complex
Model conferenceNumber+ , extendedNumber{0,1}
Children conferenceNumber, extendedNumber
Instance
<DelScheduledConference xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <conferenceNumber>{1,unbounded}</conferenceNumber>
  <common:extendedNumber>{0,1}</common:extendedNumber>
</DelScheduledConference>
Source
<xs:element name="DelScheduledConference">
  <xs:annotation>
    <xs:documentation>Delete scheduled conference: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="conferenceNumber" type="common:string" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Scheduled conference number</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:extendedNumber" minOccurs="0"/>
    </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
maxOccurs: unbounded
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="conferenceNumber" type="common:string" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Scheduled conference number</xs:documentation>
  </xs:annotation>
</xs:element>