Showing:

Annotations
Diagrams
Instances
Properties
Source
Element SetSIPPreferencesResponse
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Phone terminal SIP preferences: response
Diagram
Diagram Common_xsd_Element_result.tmp#result Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model result{0,1} , notice*
Children notice, result
Instance
<SetSIPPreferencesResponse xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:result>{0,1}</common:result>
  <common:notice>{0,unbounded}</common:notice>
</SetSIPPreferencesResponse>
Source
<xs:element name="SetSIPPreferencesResponse">
  <xs:annotation>
    <xs:documentation>Phone terminal SIP preferences: response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="common:result" minOccurs="0"/>
      <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>