initial commit
[BroadWorks-OCI.git] / share / OCISchemaAS / Services / OCISchemaServiceBasicCallLogs.xsd
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 \r
3 <!-- ********************************************************************** -->\r
4 <!-- Copyright (c) 2000-2012 BroadSoft, Inc.  All rights reserved.          -->\r
5 <!-- ********************************************************************** -->\r
6 <!-- O C I   X M L   S C H E M A  :  S E R V I C E  P A R T                 -->\r
7 <!--                                                                        -->\r
8 <!-- B A S I C   C A L L   L O G S  S E R V I C E                           -->\r
9 <!--                                                                        -->\r
10 <!-- This file defines the XML Schema for the BroadSoft Application Server  -->\r
11 <!-- Open Client Interface (OCI).                                           -->\r
12 <!-- ********************************************************************** -->\r
13 \r
14 <xs:schema xmlns:xs             = "http://www.w3.org/2001/XMLSchema"\r
15            xmlns:core           = "C"\r
16            xmlns                = ""\r
17            attributeFormDefault = "qualified"\r
18            elementFormDefault   = "qualified">\r
19   \r
20   <xs:import namespace      = "C"\r
21              schemaLocation = "../OCISchemaBASE.xsd"/>\r
22   \r
23   <xs:include schemaLocation="../OCISchemaDataTypes.xsd"/>\r
24   \r
25   <!-- ********************************************************************************** -->\r
26   <!-- B A S I C   C A L L   L O G S    R E Q U E S T S  A N D  R E S P O N S E S         -->\r
27   <!-- ********************************************************************************** -->\r
28   <!--\r
29   Requests and responses are listed here in alphabetical order.\r
30   The non-primitive attributes inside the commands are defined in another\r
31   section of the schema.\r
32 \r
33   Requests in this schema file:\r
34     UserBasicCallLogsGetListRequest14sp4    \r
35     \r
36   --> \r
37   \r
38   <xs:complexType name="UserBasicCallLogsGetListRequest14sp4">\r
39     <xs:annotation>\r
40       <xs:documentation>\r
41           Request user's call logs.\r
42           If the callLogType is not specified, all types of calls are returned.\r
43           The response is either a UserBasicCallLogsGetListResponse14sp4 or an ErrorResponse.\r
44         </xs:documentation>\r
45     </xs:annotation>\r
46     <xs:complexContent>\r
47       <xs:extension base="core:OCIRequest">\r
48         <xs:sequence>\r
49           <xs:element name="userId" type="UserId"/>\r
50           <xs:element name="callLogType" type="CallLogsType" minOccurs="0"/>\r
51         </xs:sequence>\r
52       </xs:extension>\r
53     </xs:complexContent>\r
54   </xs:complexType>    \r
55     \r
56   <xs:complexType name="UserBasicCallLogsGetListResponse14sp4">\r
57     <xs:annotation>\r
58       <xs:documentation>\r
59           Response to UserBasicCallLogsGetListRequest14sp4.\r
60         </xs:documentation>\r
61     </xs:annotation>\r
62     <xs:complexContent>\r
63       <xs:extension base="core:OCIDataResponse">\r
64         <xs:sequence>\r
65           <xs:element name="placed" type="CallLogsEntry" minOccurs="0" maxOccurs="unbounded"/>\r
66           <xs:element name="received" type="CallLogsEntry" minOccurs="0" maxOccurs="unbounded"/>\r
67           <xs:element name="missed" type="CallLogsEntry" minOccurs="0" maxOccurs="unbounded"/>\r
68         </xs:sequence>\r
69       </xs:extension>\r
70     </xs:complexContent>\r
71   </xs:complexType>    \r
72     \r
73 </xs:schema>\r