Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element CallCosts
Namespace http://4psa.com/ReportMessages.xsd/5.2.5
Annotations
Get the call costs report: request
Diagram
Diagram ReportData_xsd_Element_userID.tmp#userID ReportData_xsd_Element_userIdentifier.tmp#userIdentifier ReportData_xsd_Element_interval.tmp#interval ReportMessages_xsd_Element_CallCosts.tmp#CallCosts_year ReportMessages_xsd_Element_CallCosts.tmp#CallCosts_month ReportMessages_xsd_Element_CallCosts.tmp#CallCosts_prepareDelete
Properties
content: complex
Model (userID{0,1} | userIdentifier{0,1}) , (interval{0,1} | (year{0,1} , month{0,1})) , prepareDelete{0,1}
Children interval, month, prepareDelete, userID, userIdentifier, year
Instance
<CallCosts xmlns="http://4psa.com/ReportMessages.xsd/5.2.5" xmlns:data="http://4psa.com/ReportData.xsd/5.2.5">
  <data:userID>{0,1}</data:userID>
  <data:userIdentifier>{0,1}</data:userIdentifier>
  <data:interval>{0,1}</data:interval>
  <year>{0,1}</year>
  <month>{0,1}</month>
  <prepareDelete>{0,1}</prepareDelete>
</CallCosts>
Source
<xs:element name="CallCosts">
  <xs:annotation>
    <xs:documentation>Get the call costs report: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence minOccurs="0">
      <xs:choice minOccurs="0">
        <xs:element ref="reportData:userID" minOccurs="0"/>
        <xs:element ref="reportData:userIdentifier" minOccurs="0"/>
      </xs:choice>
      <xs:choice minOccurs="0">
        <xs:element ref="reportData:interval" minOccurs="0"/>
        <xs:sequence minOccurs="0">
          <xs:element name="year" type="common:unsignedInt" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Search year. Default: current year</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="month" type="common:unsignedInt" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Search month. Default: current month</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:choice>
      <xs:element name="prepareDelete" type="common:boolean" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Set flag to mark client in state: ireversable suspension</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element year
Namespace http://4psa.com/ReportMessages.xsd/5.2.5
Annotations
Search year. Default: current year
Diagram
Diagram Common_xsd_Simple_Type_unsignedInt.tmp#unsignedInt
Type unsignedInt
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="year" type="common:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Search year. Default: current year</xs:documentation>
  </xs:annotation>
</xs:element>
Element month
Namespace http://4psa.com/ReportMessages.xsd/5.2.5
Annotations
Search month. Default: current month
Diagram
Diagram Common_xsd_Simple_Type_unsignedInt.tmp#unsignedInt
Type unsignedInt
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="month" type="common:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Search month. Default: current month</xs:documentation>
  </xs:annotation>
</xs:element>
Element prepareDelete
Namespace http://4psa.com/ReportMessages.xsd/5.2.5
Annotations
Set flag to mark client in state: ireversable suspension
Diagram
Diagram Common_xsd_Simple_Type_boolean.tmp#boolean
Type boolean
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="prepareDelete" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Set flag to mark client in state: ireversable suspension</xs:documentation>
  </xs:annotation>
</xs:element>