Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetInterfaceLangResponse
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Get available interface languages: response
Diagram
Diagram PBXMessages_xsd_Element_GetInterfaceLangResponse.tmp#GetInterfaceLangResponse_interfaceLang Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model interfaceLang* , notice*
Children interfaceLang, notice
Instance
<GetInterfaceLangResponse xmlns="http://4psa.com/PBXMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <interfaceLang>{0,unbounded}</interfaceLang>
  <common:notice>{0,unbounded}</common:notice>
</GetInterfaceLangResponse>
Source
<xs:element name="GetInterfaceLangResponse">
  <xs:annotation>
    <xs:documentation>Get available interface languages: response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:annotation>
      <xs:documentation>Get available interface language packs: response type</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="interfaceLang" type="PBXData:Language" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Available interface  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 interfaceLang
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Available interface  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
<interfaceLang 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>
</interfaceLang>
Source
<xs:element name="interfaceLang" type="PBXData:Language" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Available interface  languages on success</xs:documentation>
  </xs:annotation>
</xs:element>