Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetPhoneLangResponse
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Get the list with available phone languages:
response
Diagram
Diagram PBXMessages_xsd_Element_GetPhoneLangResponse.tmp#GetPhoneLangResponse_phoneLang Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model phoneLang* , notice*
Children notice, phoneLang
Instance
<GetPhoneLangResponse xmlns="http://4psa.com/PBXMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <phoneLang>{0,unbounded}</phoneLang>
  <common:notice>{0,unbounded}</common:notice>
</GetPhoneLangResponse>
Source
<xs:element name="GetPhoneLangResponse">
  <xs:annotation>
    <xs:documentation>Get the list with available phone languages:
				response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:annotation>
      <xs:documentation>Get available phone languages: response type</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="phoneLang" type="PBXData:Language" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A list with available phone languages on success</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element phoneLang
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
A list with available phone languages on success
Diagram
Diagram PBXData_xsd_Element_name.tmp#name PBXData_xsd_Complex_Type_Language.tmp#Language_code PBXData_xsd_Complex_Type_Language.tmp#Language_version PBXData_xsd_Complex_Type_Language.tmp#Language
Type Language
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model name{0,1} , code{0,1} , version{0,1}
Children code, name, version
Instance
<phoneLang xmlns="http://4psa.com/PBXMessages.xsd/5.2.5" xmlns:PBXData="http://4psa.com/PBXData.xsd/5.2.5">
  <PBXData:name>{0,1}</PBXData:name>
  <PBXData:code>{0,1}</PBXData:code>
  <PBXData:version>{0,1}</PBXData:version>
</phoneLang>
Source
<xs:element name="phoneLang" type="PBXData:Language" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A list with available phone languages on success</xs:documentation>
  </xs:annotation>
</xs:element>