initial commit
[BroadWorks-OCI.git] / share / OCISchemaAS / Services / OCISchemaServiceExternalCallingLineIDDelivery.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 <!-- E X T E R N A L   C A L L I N G   L I N E   I   D                      -->\r
9 <!-- D E L I V E R Y  S E R V I C E                                         -->\r
10 <!--                                                                        -->\r
11 <!-- This file defines the XML Schema for the BroadSoft Application Server  -->\r
12 <!-- Open Client Interface (OCI).                                           -->\r
13 <!-- ********************************************************************** -->\r
14 \r
15 <xs:schema xmlns:xs             = "http://www.w3.org/2001/XMLSchema"\r
16            xmlns:core           = "C"\r
17            xmlns                = ""\r
18            attributeFormDefault = "qualified"\r
19            elementFormDefault   = "qualified">\r
20   \r
21   <xs:import namespace      = "C"\r
22              schemaLocation = "../OCISchemaBASE.xsd"/>\r
23   \r
24   <xs:include schemaLocation="../OCISchemaDataTypes.xsd"/>\r
25   \r
26   <!-- ********************************************************************************** -->\r
27   <!-- E X T E R N A L   C A L L I N G   L I N E   I   D   D E L I V E R Y                -->\r
28   <!-- R E Q U E S T S  A N D  R E S P O N S E S                                          -->\r
29   <!-- ********************************************************************************** -->\r
30   <!--\r
31   Requests and responses are listed here in alphabetical order.\r
32   The non-primitive attributes inside the commands are defined in another\r
33   section of the schema.\r
34 \r
35   Requests in this schema file:\r
36     UserExternalCallingLineIDDeliveryGetRequest    \r
37     UserExternalCallingLineIDDeliveryModifyRequest    \r
38     \r
39   --> \r
40   \r
41   <xs:complexType name="UserExternalCallingLineIDDeliveryGetRequest">\r
42     <xs:annotation>\r
43       <xs:documentation>\r
44         Request the user level data associated with External Calling Line ID Delivery.\r
45         The response is either a UserExternalCallingLineIDDeliveryGetResponse or an\r
46         ErrorResponse.\r
47       </xs:documentation>\r
48     </xs:annotation>\r
49     <xs:complexContent>\r
50       <xs:extension base="core:OCIRequest">\r
51         <xs:sequence>\r
52           <xs:element name="userId" type="UserId"/>\r
53         </xs:sequence>\r
54       </xs:extension>\r
55     </xs:complexContent>\r
56   </xs:complexType>    \r
57     \r
58   <xs:complexType name="UserExternalCallingLineIDDeliveryGetResponse">\r
59     <xs:annotation>\r
60       <xs:documentation>\r
61         Response to UserExternalCallingLineIDDeliveryGetRequest.\r
62       </xs:documentation>\r
63     </xs:annotation>\r
64     <xs:complexContent>\r
65       <xs:extension base="core:OCIDataResponse">\r
66         <xs:sequence>\r
67           <xs:element name="isActive" type="xs:boolean"/>\r
68         </xs:sequence>\r
69       </xs:extension>\r
70     </xs:complexContent>\r
71   </xs:complexType>    \r
72     \r
73   <xs:complexType name="UserExternalCallingLineIDDeliveryModifyRequest">\r
74     <xs:annotation>\r
75       <xs:documentation>\r
76         Modify the user level data associated with External Calling Line ID Delivery.\r
77         The response is either a SuccessResponse or an ErrorResponse.\r
78       </xs:documentation>\r
79     </xs:annotation>\r
80     <xs:complexContent>\r
81       <xs:extension base="core:OCIRequest">\r
82         <xs:sequence>\r
83           <xs:element name="userId" type="UserId"/>\r
84           <xs:element name="isActive" type="xs:boolean" minOccurs="0"/>\r
85         </xs:sequence>\r
86       </xs:extension>\r
87     </xs:complexContent>\r
88   </xs:complexType>    \r
89     \r
90 </xs:schema>\r