Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element DelAuthCallerID
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Delete authorized CallerID from callback extension:
request
Diagram
Diagram ExtensionMessages_xsd_Element_DelAuthCallerID.tmp#DelAuthCallerID_ID Common_xsd_Element_extendedNumber.tmp#extendedNumber
Properties
content: complex
Model ID+ , extendedNumber{0,1}
Children ID, extendedNumber
Instance
<DelAuthCallerID xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <ID>{1,unbounded}</ID>
  <common:extendedNumber>{0,1}</common:extendedNumber>
</DelAuthCallerID>
Source
<xs:element name="DelAuthCallerID">
  <xs:annotation>
    <xs:documentation>Delete authorized CallerID from callback extension:
				request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ID" type="common:positiveInteger" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Authorized Caller-ID record ID</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:extendedNumber" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ID
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Authorized Caller-ID record ID
Diagram
Diagram Common_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
maxOccurs: unbounded
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="ID" type="common:positiveInteger" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Authorized Caller-ID record ID</xs:documentation>
  </xs:annotation>
</xs:element>