Showing:

Annotations
Diagrams
Instances
Properties
Source
Element AddAuthCallerIDCredit
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Add authorized CallerID credit: request
Diagram
Diagram ExtensionMessages_xsd_Element_AddAuthCallerIDCredit.tmp#AddAuthCallerIDCredit_CallerIDCredit Common_xsd_Element_extendedNumber.tmp#extendedNumber
Properties
content: complex
Model CallerIDCredit+ , extendedNumber
Children CallerIDCredit, extendedNumber
Instance
<AddAuthCallerIDCredit xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <CallerIDCredit>{1,unbounded}</CallerIDCredit>
  <common:extendedNumber>{1,1}</common:extendedNumber>
</AddAuthCallerIDCredit>
Source
<xs:element name="AddAuthCallerIDCredit">
  <xs:annotation>
    <xs:documentation>Add authorized CallerID credit: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="CallerIDCredit" type="extensionData:CreditInfo" maxOccurs="unbounded"/>
      <xs:element ref="common:extendedNumber" minOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element CallerIDCredit
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Diagram
Diagram ExtensionData_xsd_Complex_Type_CreditInfo.tmp#CreditInfo_ID ExtensionData_xsd_Complex_Type_CreditInfo.tmp#CreditInfo_credit ExtensionData_xsd_Complex_Type_CreditInfo.tmp#CreditInfo_orderNo ExtensionData_xsd_Complex_Type_CreditInfo.tmp#CreditInfo
Type CreditInfo
Properties
content: complex
maxOccurs: unbounded
Model ID , credit , orderNo{0,1}
Children ID, credit, orderNo
Instance
<CallerIDCredit xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:extensionData="http://4psa.com/ExtensionData.xsd/5.2.5">
  <extensionData:ID>{1,1}</extensionData:ID>
  <extensionData:credit>{1,1}</extensionData:credit>
  <extensionData:orderNo>{0,1}</extensionData:orderNo>
</CallerIDCredit>
Source
<xs:element name="CallerIDCredit" type="extensionData:CreditInfo" maxOccurs="unbounded"/>