Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetOwnedSounds
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Get client sounds: request
Diagram
Diagram Common_xsd_Element_userID.tmp#userID Common_xsd_Element_userIdentifier.tmp#userIdentifier PBXMessages_xsd_Element_GetOwnedSounds.tmp#GetOwnedSounds_folderID PBXMessages_xsd_Element_GetOwnedSounds.tmp#GetOwnedSounds_languageID PBXMessages_xsd_Element_GetOwnedSounds.tmp#GetOwnedSounds_musicOnHold PBXMessages_xsd_Element_GetOwnedSounds.tmp#GetOwnedSounds_system PBXMessages_xsd_Element_GetOwnedSounds.tmp#GetOwnedSounds_status
Properties
content: complex
Model (userID{0,1} | userIdentifier{0,1}) , folderID{0,1} , languageID{0,1} , musicOnHold{0,1} , system{0,1} , status{0,1}
Children folderID, languageID, musicOnHold, status, system, userID, userIdentifier
Instance
<GetOwnedSounds xmlns="http://4psa.com/PBXMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:userID>{0,1}</common:userID>
  <common:userIdentifier>{0,1}</common:userIdentifier>
  <folderID>{0,1}</folderID>
  <languageID>{0,1}</languageID>
  <musicOnHold>{0,1}</musicOnHold>
  <system>{0,1}</system>
  <status>{0,1}</status>
</GetOwnedSounds>
Source
<xs:element name="GetOwnedSounds">
  <xs:annotation>
    <xs:documentation>Get client sounds: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence minOccurs="0">
      <xs:choice minOccurs="0">
        <xs:element ref="common:userID" minOccurs="0">
          <xs:annotation>
            <xs:documentation>User ID</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="common:userIdentifier" minOccurs="0">
          <xs:annotation>
            <xs:documentation>User identifier</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
      <xs:element name="folderID" type="common:positiveInteger" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Set 0 for all folders.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="languageID" type="common:positiveInteger" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Set 0 for all files.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="musicOnHold" type="common:integer" default="-1" minOccurs="0">
        <xs:annotation>
          <xs:documentation>0: non music on hold sounds, 1: music on hold files, -1:
							all files. Default -1.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="system" type="common:integer" default="-1" minOccurs="0">
        <xs:annotation>
          <xs:documentation>0: non system sounds, 1 - system sounds, -1: all files.
							Default -1.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="status" type="common:integer" default="-1" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Default -1.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element folderID
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Set 0 for all folders.
Diagram
Diagram Common_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="folderID" type="common:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Set 0 for all folders.</xs:documentation>
  </xs:annotation>
</xs:element>
Element languageID
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Set 0 for all files.
Diagram
Diagram Common_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="languageID" type="common:positiveInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Set 0 for all files.</xs:documentation>
  </xs:annotation>
</xs:element>
Element musicOnHold
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
0: non music on hold sounds, 1: music on hold files, -1:
all files. Default -1.
Diagram
Diagram Common_xsd_Simple_Type_integer.tmp#integer
Type integer
Properties
content: simple
minOccurs: 0
default: -1
Source
<xs:element name="musicOnHold" type="common:integer" default="-1" minOccurs="0">
  <xs:annotation>
    <xs:documentation>0: non music on hold sounds, 1: music on hold files, -1:
							all files. Default -1.</xs:documentation>
  </xs:annotation>
</xs:element>
Element system
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
0: non system sounds, 1 - system sounds, -1: all files.
Default -1.
Diagram
Diagram Common_xsd_Simple_Type_integer.tmp#integer
Type integer
Properties
content: simple
minOccurs: 0
default: -1
Source
<xs:element name="system" type="common:integer" default="-1" minOccurs="0">
  <xs:annotation>
    <xs:documentation>0: non system sounds, 1 - system sounds, -1: all files.
							Default -1.</xs:documentation>
  </xs:annotation>
</xs:element>
Element status
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Default -1.
Diagram
Diagram Common_xsd_Simple_Type_integer.tmp#integer
Type integer
Properties
content: simple
minOccurs: 0
default: -1
Source
<xs:element name="status" type="common:integer" default="-1" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Default -1.</xs:documentation>
  </xs:annotation>
</xs:element>