Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element EditCustomButtonResponse
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Edit custom button: response
Diagram
Diagram Common_xsd_Element_result.tmp#result Common_xsd_Element_notice.tmp#notice Common_xsd_Complex_Type_updateObject.tmp#updateObject_ID Common_xsd_Complex_Type_updateObject.tmp#updateObject_identifier Common_xsd_Complex_Type_updateObject.tmp#updateObject PBXMessages_xsd_Element_EditCustomButtonResponse.tmp#EditCustomButtonResponse_code
Type extension of updateObject
Type hierarchy
Properties
content: complex
Model result{0,1} , notice* , ID{0,10} , identifier{0,10} , code{0,1}
Children ID, code, identifier, notice, result
Instance
<EditCustomButtonResponse xmlns="http://4psa.com/PBXMessages.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>
  <common:ID>{0,10}</common:ID>
  <common:identifier>{0,10}</common:identifier>
  <code>{0,1}</code>
</EditCustomButtonResponse>
Source
<xs:element name="EditCustomButtonResponse">
  <xs:annotation>
    <xs:documentation>Edit custom button: response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="common:updateObject">
        <xs:sequence>
          <xs:element name="code" type="common:string" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Custom alert code</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element code
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Custom alert code
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="code" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Custom alert code</xs:documentation>
  </xs:annotation>
</xs:element>