Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element DelCustomAlert
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Get custom alerts: request
Diagram
Diagram PBXMessages_xsd_Element_DelCustomAlert.tmp#DelCustomAlert_code
Properties
content: complex
Model code+
Children code
Instance
<DelCustomAlert xmlns="http://4psa.com/PBXMessages.xsd/5.2.5">
  <code>{1,unbounded}</code>
</DelCustomAlert>
Source
<xs:element name="DelCustomAlert">
  <xs:annotation>
    <xs:documentation>Get custom alerts: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="code" type="common:string" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element code
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
maxOccurs: unbounded
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="code" type="common:string" maxOccurs="unbounded"/>