Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetFoldersResponse
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Get client list of folders:response
Diagram
Diagram PBXMessages_xsd_Element_GetFoldersResponse.tmp#GetFoldersResponse_folders Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model folders* , notice*
Children folders, notice
Instance
<GetFoldersResponse xmlns="http://4psa.com/PBXMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <folders>{0,unbounded}</folders>
  <common:notice>{0,unbounded}</common:notice>
</GetFoldersResponse>
Source
<xs:element name="GetFoldersResponse">
  <xs:annotation>
    <xs:documentation>Get client list of folders:response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="folders" type="PBXData:Folders" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Available client folders</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element folders
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Available client folders
Diagram
Diagram PBXData_xsd_Complex_Type_Folders.tmp#Folders_ID PBXData_xsd_Element_name.tmp#name PBXData_xsd_Complex_Type_Folders.tmp#Folders_userID PBXData_xsd_Complex_Type_Folders.tmp#Folders_userName PBXData_xsd_Complex_Type_Folders.tmp#Folders_musicOnHoldSoundsNo PBXData_xsd_Complex_Type_Folders.tmp#Folders_nonMusicOnHoldSoundsNo Common_xsd_Element_crDate.tmp#crDate PBXData_xsd_Complex_Type_Folders.tmp#Folders
Type Folders
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ID{0,1} , name{0,1} , userID{0,1} , userName{0,1} , musicOnHoldSoundsNo{0,1} , nonMusicOnHoldSoundsNo{0,1} , crDate{0,1}
Children ID, crDate, musicOnHoldSoundsNo, name, nonMusicOnHoldSoundsNo, userID, userName
Instance
<folders xmlns="http://4psa.com/PBXMessages.xsd/5.2.5" xmlns:PBXData="http://4psa.com/PBXData.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <PBXData:ID>{0,1}</PBXData:ID>
  <PBXData:name>{0,1}</PBXData:name>
  <PBXData:userID>{0,1}</PBXData:userID>
  <PBXData:userName>{0,1}</PBXData:userName>
  <PBXData:musicOnHoldSoundsNo>{0,1}</PBXData:musicOnHoldSoundsNo>
  <PBXData:nonMusicOnHoldSoundsNo>{0,1}</PBXData:nonMusicOnHoldSoundsNo>
  <common:crDate>{0,1}</common:crDate>
</folders>
Source
<xs:element name="folders" type="PBXData:Folders" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Available client folders</xs:documentation>
  </xs:annotation>
</xs:element>