Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element severity
Namespace http://4psa.com/PBXData.xsd/5.2.5
Annotations
Custom alert: severity. Possible values: 7 - info, 4 - warning, 0 -
error
Diagram
Diagram
Type restriction of xs:string
Properties
content: simple
default: 7
Facets
enumeration 0
enumeration 4
enumeration 7
Used by
Element AddCustomAlert
Source
<xs:element name="severity" default="7">
  <xs:annotation>
    <xs:documentation>Custom alert: severity. Possible values: 7 - info, 4 - warning, 0 -
				error</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="0"/>
      <xs:enumeration value="4"/>
      <xs:enumeration value="7"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>