Showing:

Annotations
Diagrams
Instances
Properties
Source
Element CallCostsResponse
Namespace http://4psa.com/ReportMessages.xsd/5.2.5
Annotations
Get the call costs report: response
Diagram
Diagram ReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_cost ReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_profit ReportData_xsd_Element_currency.tmp#currency ReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_totalCalls ReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_localCall ReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_elocalCall ReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_externalCall ReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_incomingCall ReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_outgoingCall ReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_numberCost ReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo Common_xsd_Element_notice.tmp#notice
Type extension of CallCostInfo
Type hierarchy
Properties
content: complex
Model cost{0,1} , profit{0,1} , currency{0,1} , totalCalls{0,1} , localCall{0,1} , elocalCall{0,1} , externalCall{0,1} , incomingCall{0,1} , outgoingCall{0,1} , numberCost{0,1} , notice*
Children cost, currency, elocalCall, externalCall, incomingCall, localCall, notice, numberCost, outgoingCall, profit, totalCalls
Instance
<CallCostsResponse xmlns="http://4psa.com/ReportMessages.xsd/5.2.5" xmlns:data="http://4psa.com/ReportData.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <data:cost>{0,1}</data:cost>
  <data:profit>{0,1}</data:profit>
  <data:currency>{0,1}</data:currency>
  <data:totalCalls>{0,1}</data:totalCalls>
  <data:localCall>{0,1}</data:localCall>
  <data:elocalCall>{0,1}</data:elocalCall>
  <data:externalCall>{0,1}</data:externalCall>
  <data:incomingCall>{0,1}</data:incomingCall>
  <data:outgoingCall>{0,1}</data:outgoingCall>
  <data:numberCost>{0,1}</data:numberCost>
  <common:notice>{0,unbounded}</common:notice>
</CallCostsResponse>
Source
<xs:element name="CallCostsResponse">
  <xs:annotation>
    <xs:documentation>Get the call costs report: response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="reportData:CallCostInfo">
        <xs:sequence>
          <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>