Showing:

Annotations
Diagrams
Instances
Properties
Source
Element DelCallRulesIn
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Delete incoming call rules: request
Diagram
Diagram Common_xsd_Element_ID.tmp#ID Common_xsd_Element_extendedNumber.tmp#extendedNumber
Properties
content: complex
Model ID+ , extendedNumber{0,1}
Children ID, extendedNumber
Instance
<DelCallRulesIn xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:ID>{1,unbounded}</common:ID>
  <common:extendedNumber>{0,1}</common:extendedNumber>
</DelCallRulesIn>
Source
<xs:element name="DelCallRulesIn">
  <xs:annotation>
    <xs:documentation>Delete incoming call rules: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="common:ID" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Incoming call rule ID</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:extendedNumber" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>