Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element cost
Namespace http://4psa.com/ReportData.xsd/5.2.5
Annotations
Total call cost
Diagram
DiagramCommon_xsd_Simple_Type_float.tmp#float
Type float
Properties
content: simple
minOccurs: 0
nillable: true
Facets
whiteSpace collapse
Source
<xs:element name="cost" type="common:float" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Total call cost</xs:documentation>
  </xs:annotation>
</xs:element>
Element profit
Namespace http://4psa.com/ReportData.xsd/5.2.5
Annotations
Profit
Diagram
DiagramCommon_xsd_Simple_Type_float.tmp#float
Type float
Properties
content: simple
minOccurs: 0
nillable: true
Facets
whiteSpace collapse
Source
<xs:element name="profit" type="common:float" nillable="true" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Profit</xs:documentation>
  </xs:annotation>
</xs:element>
Element totalCalls
Namespace http://4psa.com/ReportData.xsd/5.2.5
Annotations
Total number of calls
Diagram
DiagramCommon_xsd_Simple_Type_unsignedInt.tmp#unsignedInt
Type unsignedInt
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="totalCalls" type="common:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Total number of calls</xs:documentation>
  </xs:annotation>
</xs:element>
Element localCall
Namespace http://4psa.com/ReportData.xsd/5.2.5
Annotations
Local calls
Diagram
DiagramCommon_xsd_Simple_Type_unsignedInt.tmp#unsignedInt
Type unsignedInt
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="localCall" type="common:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Local calls</xs:documentation>
  </xs:annotation>
</xs:element>
Element elocalCall
Namespace http://4psa.com/ReportData.xsd/5.2.5
Annotations
Extended local calls
Diagram
DiagramCommon_xsd_Simple_Type_unsignedInt.tmp#unsignedInt
Type unsignedInt
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="elocalCall" type="common:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Extended local calls</xs:documentation>
  </xs:annotation>
</xs:element>
Element externalCall
Namespace http://4psa.com/ReportData.xsd/5.2.5
Annotations
External calls
Diagram
DiagramCommon_xsd_Simple_Type_unsignedInt.tmp#unsignedInt
Type unsignedInt
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="externalCall" type="common:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation>External calls</xs:documentation>
  </xs:annotation>
</xs:element>
Element incomingCall
Namespace http://4psa.com/ReportData.xsd/5.2.5
Annotations
Incoming calls
Diagram
DiagramCommon_xsd_Simple_Type_unsignedInt.tmp#unsignedInt
Type unsignedInt
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="incomingCall" type="common:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Incoming calls</xs:documentation>
  </xs:annotation>
</xs:element>
Element outgoingCall
Namespace http://4psa.com/ReportData.xsd/5.2.5
Annotations
Outgoing calls
Diagram
DiagramCommon_xsd_Simple_Type_unsignedInt.tmp#unsignedInt
Type unsignedInt
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="outgoingCall" type="common:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Outgoing calls</xs:documentation>
  </xs:annotation>
</xs:element>
Element numberCost
Namespace http://4psa.com/ReportData.xsd/5.2.5
Annotations
Total cost of phone numbers
Diagram
DiagramCommon_xsd_Simple_Type_float.tmp#float
Type float
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="numberCost" type="common:float" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Total cost of phone numbers</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type CallCostInfo
Namespace http://4psa.com/ReportData.xsd/5.2.5
Annotations
Call cost data
Diagram
DiagramReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_costReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_profitReportData_xsd_Element_currency.tmp#currencyReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_totalCallsReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_localCallReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_elocalCallReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_externalCallReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_incomingCallReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_outgoingCallReportData_xsd_Complex_Type_CallCostInfo.tmp#CallCostInfo_numberCost
Used by
Element CallCostsResponse
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}
Children cost, currency, elocalCall, externalCall, incomingCall, localCall, numberCost, outgoingCall, profit, totalCalls
Source
<xs:complexType name="CallCostInfo">
  <xs:annotation>
    <xs:documentation>Call cost data</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="cost" type="common:float" nillable="true" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Total call cost</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="profit" type="common:float" nillable="true" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Profit</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="currency" minOccurs="0"/>
    <xs:element name="totalCalls" type="common:unsignedInt" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Total number of calls</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="localCall" type="common:unsignedInt" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Local calls</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="elocalCall" type="common:unsignedInt" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Extended local calls</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="externalCall" type="common:unsignedInt" minOccurs="0">
      <xs:annotation>
        <xs:documentation>External calls</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="incomingCall" type="common:unsignedInt" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Incoming calls</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="outgoingCall" type="common:unsignedInt" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Outgoing calls</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="numberCost" type="common:float" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Total cost of phone numbers</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>