Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetSharedSounds
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Get shared sounds: request
Diagram
Diagram Common_xsd_Element_userID.tmp#userID Common_xsd_Element_userIdentifier.tmp#userIdentifier PBXMessages_xsd_Element_GetSharedSounds.tmp#GetSharedSounds_own
Properties
content: complex
Model (userID{0,1} | userIdentifier{0,1}) , own{0,1}
Children own, userID, userIdentifier
Instance
<GetSharedSounds 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>
  <own>{0,1}</own>
</GetSharedSounds>
Source
<xs:element name="GetSharedSounds">
  <xs:annotation>
    <xs:documentation>Get shared 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="own" type="common:boolean" default="true" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Filter shared sounds created by the user or all sounds to which this user has access to. Default value: true.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element own
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Filter shared sounds created by the user or all sounds to which this user has access to. Default value: true.
Diagram
Diagram Common_xsd_Simple_Type_boolean.tmp#boolean
Type boolean
Properties
content: simple
minOccurs: 0
default: true
Facets
whiteSpace collapse
Source
<xs:element name="own" type="common:boolean" default="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Filter shared sounds created by the user or all sounds to which this user has access to. Default value: true.</xs:documentation>
  </xs:annotation>
</xs:element>