servicediscoveryandcontrol/pnp/test/upnp/IntegTest/testupnp/TestData/Data_Files/xmldatafiles/service/ScheduledRecording1.xml
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 <!--============================================================
       
     2 TITLE: UPnP AV Scheduled Recording Service (SRS) Template
       
     3 
       
     4 Purpose:
       
     5 To identify the required/optional actions and state variables
       
     6 and the required allowed values defined by this service type.
       
     7 
       
     8 Note:
       
     9 This file uses tabs (not spaces) for block indentation.
       
    10 Any updates to this file should maintain this convention.
       
    11 This includes disabling any automatic tab-to-space conversion
       
    12 feature provided by your editor. 
       
    13 ================================================================-->
       
    14 <scpd>
       
    15 	<serviceStateTable>
       
    16 		<stateVariable>
       
    17 			<name>SortCapabilities</name>
       
    18 			<sendEventsAttribute>no</sendEventsAttribute>
       
    19 			<dataType>string</dataType>
       
    20 		</stateVariable>
       
    21 
       
    22 		<stateVariable>
       
    23 			<name>SortLevelCapability</name>
       
    24 			<sendEventsAttribute>no</sendEventsAttribute>
       
    25 			<dataType>ui4</dataType>
       
    26 		</stateVariable>
       
    27 
       
    28 		<stateVariable>
       
    29 			<name>StateUpdateID</name>
       
    30 			<sendEventsAttribute>no</sendEventsAttribute>
       
    31 			<dataType>ui4</dataType>
       
    32 		</stateVariable>
       
    33 
       
    34 		<stateVariable>
       
    35 			<name>LastChange</name>
       
    36 			<sendEventsAttribute>yes</sendEventsAttribute>
       
    37 			<dataType>string</dataType>
       
    38 		</stateVariable>
       
    39 
       
    40 		<stateVariable>
       
    41 			<name>A_ARG_TYPE_PropertyList</name>
       
    42 			<sendEventsAttribute>no</sendEventsAttribute>
       
    43 			<dataType>string</dataType>
       
    44 		</stateVariable>
       
    45 
       
    46 		<stateVariable>
       
    47 			<name>A_ARG_TYPE_DataTypeID</name>
       
    48 			<sendEventsAttribute>no</sendEventsAttribute>
       
    49 			<dataType>string</dataType>
       
    50 			<allowedValueList>
       
    51 				<allowedValue>A_ARG_TYPE_RecordSchedule</allowedValue>
       
    52 				<allowedValue>A_ARG_TYPE_RecordTask</allowedValue>
       
    53 				<allowedValue>A_ARG_TYPE_RecordScheduleParts</allowedValue>
       
    54 			</allowedValueList>
       
    55 		</stateVariable>
       
    56 
       
    57 		<stateVariable>
       
    58 			<name>A_ARG_TYPE_ObjectID</name>
       
    59 			<sendEventsAttribute>no</sendEventsAttribute>
       
    60 			<dataType>string</dataType>
       
    61 		</stateVariable>
       
    62 
       
    63 		<stateVariable>
       
    64 			<Optional/>
       
    65 			<name>A_ARG_TYPE_ObjectIDList</name>
       
    66 			<sendEventsAttribute>no</sendEventsAttribute>
       
    67 			<dataType>string</dataType>
       
    68 		</stateVariable>
       
    69 
       
    70 		<stateVariable>
       
    71 			<name>A_ARG_TYPE_PropertyInfo</name>
       
    72 			<sendEventsAttribute>no</sendEventsAttribute>
       
    73 			<dataType>string</dataType>
       
    74 		</stateVariable>
       
    75 
       
    76 		<stateVariable>
       
    77 			<name>A_ARG_TYPE_Index</name>
       
    78 			<sendEventsAttribute>no</sendEventsAttribute>
       
    79 			<dataType>ui4</dataType>
       
    80 		</stateVariable>
       
    81 
       
    82 		<stateVariable>
       
    83 			<name>A_ARG_TYPE_Count</name>
       
    84 			<sendEventsAttribute>no</sendEventsAttribute>
       
    85 			<dataType>ui4</dataType>
       
    86 		</stateVariable>
       
    87 
       
    88 		<stateVariable>
       
    89 			<name>A_ARG_TYPE_SortCriteria</name>
       
    90 			<sendEventsAttribute>no</sendEventsAttribute>
       
    91 			<dataType>string</dataType>
       
    92 		</stateVariable>
       
    93 
       
    94 		<stateVariable>
       
    95 			<name>A_ARG_TYPE_RecordSchedule</name>
       
    96 			<sendEventsAttribute>no</sendEventsAttribute>
       
    97 			<dataType>string</dataType>
       
    98 		</stateVariable>
       
    99 
       
   100 		<stateVariable>
       
   101 			<name>A_ARG_TYPE_RecordTask</name>
       
   102 			<sendEventsAttribute>no</sendEventsAttribute>
       
   103 			<dataType>string</dataType>
       
   104 		</stateVariable>
       
   105 
       
   106 		<stateVariable>
       
   107 			<name>A_ARG_TYPE_RecordScheduleParts</name>
       
   108 			<sendEventsAttribute>no</sendEventsAttribute>
       
   109 			<dataType>string</dataType>
       
   110 		</stateVariable>
       
   111 	</serviceStateTable>
       
   112 	
       
   113 	<actionList>
       
   114 		<action>
       
   115 			<name>GetSortCapabilities</name>
       
   116 			<argumentList>
       
   117 				<argument>
       
   118 					<name>SortCaps</name>
       
   119 					<direction>out</direction>
       
   120 					<relatedStateVariable>SortCapabilities</relatedStateVariable>
       
   121 				</argument>
       
   122 				<argument>
       
   123 					<name>SortLevelCap</name>
       
   124 					<direction>out</direction>
       
   125 					<relatedStateVariable>SortLevelCapability</relatedStateVariable>
       
   126 				</argument>
       
   127 			</argumentList>
       
   128 		</action>
       
   129 
       
   130 		<action>
       
   131 			<name>GetPropertyList</name>
       
   132 			<argumentList>
       
   133 				<argument>
       
   134 					<name>DataTypeID</name>
       
   135 					<direction>in</direction>
       
   136 					<relatedStateVariable>A_ARG_TYPE_DataTypeID</relatedStateVariable>
       
   137 				</argument>
       
   138 				<argument>
       
   139 					<name>PropertyList</name>
       
   140 					<direction>out</direction>
       
   141 					<relatedStateVariable>A_ARG_TYPE_PropertyList</relatedStateVariable>
       
   142 				</argument>
       
   143 			</argumentList>
       
   144 		</action>
       
   145 
       
   146 		<action>
       
   147 			<name>GetAllowedValues</name>
       
   148 			<argumentList>
       
   149 				<argument>
       
   150 					<name>DataTypeID</name>
       
   151 					<direction>in</direction>
       
   152 					<relatedStateVariable>A_ARG_TYPE_DataTypeID</relatedStateVariable>
       
   153 				</argument>
       
   154 				<argument>
       
   155 					<name>Filter</name>
       
   156 					<direction>in</direction>
       
   157 					<relatedStateVariable>A_ARG_TYPE_PropertyList</relatedStateVariable>
       
   158 				</argument>
       
   159 				<argument>
       
   160 					<name>PropertyInfo</name>
       
   161 					<direction>out</direction>
       
   162 					<relatedStateVariable>A_ARG_TYPE_PropertyInfo</relatedStateVariable>
       
   163 				</argument>
       
   164 			</argumentList>
       
   165 		</action>
       
   166 
       
   167 		<action>
       
   168 			<name>GetStateUpdateID</name>
       
   169 			<argumentList>
       
   170 				<argument>
       
   171 					<name>Id</name>
       
   172 					<direction>out</direction>
       
   173 					<relatedStateVariable>StateUpdateID</relatedStateVariable>
       
   174 				</argument>
       
   175 			</argumentList>
       
   176 		</action>
       
   177 
       
   178 		<action>
       
   179 			<name>BrowseRecordSchedules</name>
       
   180 			<argumentList>
       
   181 				<argument>
       
   182 					<name>Filter</name>
       
   183 					<direction>in</direction>
       
   184 					<relatedStateVariable>A_ARG_TYPE_PropertyList</relatedStateVariable>
       
   185 				</argument>
       
   186 				<argument>
       
   187 					<name>StartingIndex</name>
       
   188 					<direction>in</direction>
       
   189 					<relatedStateVariable>A_ARG_TYPE_Index</relatedStateVariable>
       
   190 				</argument>
       
   191 				<argument>
       
   192 					<name>RequestedCount</name>
       
   193 					<direction>in</direction>
       
   194 					<relatedStateVariable>A_ARG_TYPE_Count</relatedStateVariable>
       
   195 				</argument>
       
   196 				<argument>
       
   197 					<name>SortCriteria</name>
       
   198 					<direction>in</direction>
       
   199 					<relatedStateVariable>A_ARG_TYPE_SortCriteria</relatedStateVariable>
       
   200 				</argument>
       
   201 				<argument>
       
   202 					<name>Result</name>
       
   203 					<direction>out</direction>
       
   204 					<relatedStateVariable>A_ARG_TYPE_RecordSchedule</relatedStateVariable>
       
   205 				</argument>
       
   206 				<argument>
       
   207 					<name>NumberReturned</name>
       
   208 					<direction>out</direction>
       
   209 					<relatedStateVariable>A_ARG_TYPE_Count</relatedStateVariable>
       
   210 				</argument>
       
   211 				<argument>
       
   212 					<name>TotalMatches</name>
       
   213 					<direction>out</direction>
       
   214 					<relatedStateVariable>A_ARG_TYPE_Count</relatedStateVariable>
       
   215 				</argument>
       
   216 				<argument>
       
   217 					<name>UpdateID</name>
       
   218 					<direction>out</direction>
       
   219 					<relatedStateVariable>StateUpdateID</relatedStateVariable>
       
   220 				</argument>
       
   221 			</argumentList>
       
   222 		</action>
       
   223 
       
   224 		<action>
       
   225 			<name>BrowseRecordTasks</name>
       
   226 			<argumentList>
       
   227 				<argument>
       
   228 					<name>RecordScheduleID</name>
       
   229 					<direction>in</direction>
       
   230 					<relatedStateVariable>A_ARG_TYPE_ObjectID</relatedStateVariable>
       
   231 				</argument>
       
   232 				<argument>
       
   233 					<name>Filter</name>
       
   234 					<direction>in</direction>
       
   235 					<relatedStateVariable>A_ARG_TYPE_PropertyList</relatedStateVariable>
       
   236 				</argument>
       
   237 				<argument>
       
   238 					<name>StartingIndex</name>
       
   239 					<direction>in</direction>
       
   240 					<relatedStateVariable>A_ARG_TYPE_Index</relatedStateVariable>
       
   241 				</argument>
       
   242 				<argument>
       
   243 					<name>RequestedCount</name>
       
   244 					<direction>in</direction>
       
   245 					<relatedStateVariable>A_ARG_TYPE_Count</relatedStateVariable>
       
   246 				</argument>
       
   247 				<argument>
       
   248 					<name>SortCriteria</name>
       
   249 					<direction>in</direction>
       
   250 					<relatedStateVariable>A_ARG_TYPE_SortCriteria</relatedStateVariable>
       
   251 				</argument>
       
   252 				<argument>
       
   253 					<name>Result</name>
       
   254 					<direction>out</direction>
       
   255 					<relatedStateVariable>A_ARG_TYPE_RecordTask</relatedStateVariable>
       
   256 				</argument>
       
   257 				<argument>
       
   258 					<name>NumberReturned</name>
       
   259 					<direction>out</direction>
       
   260 					<relatedStateVariable>A_ARG_TYPE_Count</relatedStateVariable>
       
   261 				</argument>
       
   262 				<argument>
       
   263 					<name>TotalMatches</name>
       
   264 					<direction>out</direction>
       
   265 					<relatedStateVariable>A_ARG_TYPE_Count</relatedStateVariable>
       
   266 				</argument>
       
   267 				<argument>
       
   268 					<name>UpdateID</name>
       
   269 					<direction>out</direction>
       
   270 					<relatedStateVariable>StateUpdateID</relatedStateVariable>
       
   271 				</argument>
       
   272 			</argumentList>
       
   273 		</action>
       
   274 
       
   275 		<action>
       
   276 			<name>CreateRecordSchedule</name>
       
   277 			<argumentList>
       
   278 				<argument>
       
   279 					<name>Elements</name>
       
   280 					<direction>in</direction>
       
   281 					<relatedStateVariable>A_ARG_TYPE_RecordScheduleParts</relatedStateVariable>
       
   282 				</argument>
       
   283 				<argument>
       
   284 					<name>RecordScheduleID</name>
       
   285 					<direction>out</direction>
       
   286 					<relatedStateVariable>A_ARG_TYPE_ObjectID</relatedStateVariable>
       
   287 				</argument>
       
   288 				<argument>
       
   289 					<name>Result</name>
       
   290 					<direction>out</direction>
       
   291 					<relatedStateVariable>A_ARG_TYPE_RecordSchedule</relatedStateVariable>
       
   292 				</argument>
       
   293 				<argument>
       
   294 					<name>UpdateID</name>
       
   295 					<direction>out</direction>
       
   296 					<relatedStateVariable>StateUpdateID</relatedStateVariable>
       
   297 				</argument>
       
   298 			</argumentList>
       
   299 		</action>
       
   300 
       
   301 		<action>
       
   302 			<name>DeleteRecordSchedule</name>
       
   303 			<argumentList>
       
   304 				<argument>
       
   305 					<name>RecordScheduleID</name>
       
   306 					<direction>in</direction>
       
   307 					<relatedStateVariable>A_ARG_TYPE_ObjectID</relatedStateVariable>
       
   308 				</argument>
       
   309 			</argumentList>
       
   310 		</action>
       
   311 
       
   312 		<action>
       
   313 			<name>GetRecordSchedule</name>
       
   314 			<argumentList>
       
   315 				<argument>
       
   316 					<name>RecordScheduleID</name>
       
   317 					<direction>in</direction>
       
   318 					<relatedStateVariable>A_ARG_TYPE_ObjectID</relatedStateVariable>
       
   319 				</argument>
       
   320 				<argument>
       
   321 					<name>Filter</name>
       
   322 					<direction>in</direction>
       
   323 					<relatedStateVariable>A_ARG_TYPE_PropertyList</relatedStateVariable>
       
   324 				</argument>
       
   325 				<argument>
       
   326 					<name>Result</name>
       
   327 					<direction>out</direction>
       
   328 					<relatedStateVariable>A_ARG_TYPE_RecordSchedule</relatedStateVariable>
       
   329 				</argument>
       
   330 				<argument>
       
   331 					<name>UpdateID</name>
       
   332 					<direction>out</direction>
       
   333 					<relatedStateVariable>StateUpdateID</relatedStateVariable>
       
   334 				</argument>
       
   335 			</argumentList>
       
   336 		</action>
       
   337 
       
   338 		<action>
       
   339 			<Optional/>
       
   340 			<name>EnableRecordSchedule</name>
       
   341 			<argumentList>
       
   342 				<argument>
       
   343 					<name>RecordScheduleID</name>
       
   344 					<direction>in</direction>
       
   345 					<relatedStateVariable>A_ARG_TYPE_ObjectID</relatedStateVariable>
       
   346 				</argument>
       
   347 			</argumentList>
       
   348 		</action>
       
   349 
       
   350 		<action>
       
   351 			<Optional/>
       
   352 			<name>DisableRecordSchedule</name>
       
   353 			<argumentList>
       
   354 				<argument>
       
   355 					<name>RecordScheduleID</name>
       
   356 					<direction>in</direction>
       
   357 					<relatedStateVariable>A_ARG_TYPE_ObjectID</relatedStateVariable>
       
   358 				</argument>
       
   359 			</argumentList>
       
   360 		</action>
       
   361 
       
   362 		<action>
       
   363 			<Optional/>
       
   364 			<name>DeleteRecordTask</name>
       
   365 			<argumentList>
       
   366 				<argument>
       
   367 					<name>RecordTaskID</name>
       
   368 					<direction>in</direction>
       
   369 					<relatedStateVariable>A_ARG_TYPE_ObjectID</relatedStateVariable>
       
   370 				</argument>
       
   371 			</argumentList>
       
   372 		</action>
       
   373 
       
   374 		<action>
       
   375 			<name>GetRecordTask</name>
       
   376 			<argumentList>
       
   377 				<argument>
       
   378 					<name>RecordTaskID</name>
       
   379 					<direction>in</direction>
       
   380 					<relatedStateVariable>A_ARG_TYPE_ObjectID</relatedStateVariable>
       
   381 				</argument>
       
   382 				<argument>
       
   383 					<name>Filter</name>
       
   384 					<direction>in</direction>
       
   385 					<relatedStateVariable>A_ARG_TYPE_PropertyList</relatedStateVariable>
       
   386 				</argument>
       
   387 				<argument>
       
   388 					<name>Result</name>
       
   389 					<direction>out</direction>
       
   390 					<relatedStateVariable>A_ARG_TYPE_RecordTask</relatedStateVariable>
       
   391 				</argument>
       
   392 				<argument>
       
   393 					<name>UpdateID</name>
       
   394 					<direction>out</direction>
       
   395 					<relatedStateVariable>StateUpdateID</relatedStateVariable>
       
   396 				</argument>
       
   397 			</argumentList>
       
   398 		</action>
       
   399 
       
   400 		<action>
       
   401 			<Optional/>
       
   402 			<name>EnableRecordTask</name>
       
   403 			<argumentList>
       
   404 				<argument>
       
   405 					<name>RecordTaskID</name>
       
   406 					<direction>in</direction>
       
   407 					<relatedStateVariable>A_ARG_TYPE_ObjectID</relatedStateVariable>
       
   408 				</argument>
       
   409 			</argumentList>
       
   410 		</action>
       
   411 
       
   412 		<action>
       
   413 			<Optional/>
       
   414 			<name>DisableRecordTask</name>
       
   415 			<argumentList>
       
   416 				<argument>
       
   417 					<name>RecordTaskID</name>
       
   418 					<direction>in</direction>
       
   419 					<relatedStateVariable>A_ARG_TYPE_ObjectID</relatedStateVariable>
       
   420 				</argument>
       
   421 			</argumentList>
       
   422 		</action>
       
   423 
       
   424 		<action>
       
   425 			<name>ResetRecordTask</name>
       
   426 			<Optional/>
       
   427 			<argumentList>
       
   428 				<argument>
       
   429 					<name>RecordTaskID</name>
       
   430 					<direction>in</direction>
       
   431 					<relatedStateVariable>A_ARG_TYPE_ObjectID</relatedStateVariable>
       
   432 				</argument>
       
   433 			</argumentList>
       
   434 		</action>
       
   435 
       
   436 		<action>
       
   437 			<Optional/>
       
   438 			<name>GetRecordScheduleConflicts</name>
       
   439 			<argumentList>
       
   440 				<argument>
       
   441 					<name>RecordScheduleID</name>
       
   442 					<direction>in</direction>
       
   443 					<relatedStateVariable>A_ARG_TYPE_ObjectID</relatedStateVariable>
       
   444 				</argument>
       
   445 				<argument>
       
   446 					<name>RecordScheduleConflictIDList</name>
       
   447 					<direction>out</direction>
       
   448 					<relatedStateVariable>A_ARG_TYPE_ObjectIDList</relatedStateVariable>
       
   449 				</argument>
       
   450 				<argument>
       
   451 					<name>UpdateID</name>
       
   452 					<direction>out</direction>
       
   453 					<relatedStateVariable>StateUpdateID</relatedStateVariable>
       
   454 				</argument>
       
   455 			</argumentList>
       
   456 		</action>
       
   457 
       
   458 		<action>
       
   459 			<Optional/>
       
   460 			<name>GetRecordTaskConflicts</name>
       
   461 			<argumentList>
       
   462 				<argument>
       
   463 					<name>RecordTaskID</name>
       
   464 					<direction>in</direction>
       
   465 					<relatedStateVariable>A_ARG_TYPE_ObjectID</relatedStateVariable>
       
   466 				</argument>
       
   467 				<argument>
       
   468 					<name>RecordTaskConflictIDList</name>
       
   469 					<direction>out</direction>
       
   470 					<relatedStateVariable>A_ARG_TYPE_ObjectIDList</relatedStateVariable>
       
   471 				</argument>
       
   472 				<argument>
       
   473 					<name>UpdateID</name>
       
   474 					<direction>out</direction>
       
   475 					<relatedStateVariable>StateUpdateID
       
   476 					</relatedStateVariable>
       
   477 				</argument>
       
   478 			</argumentList>
       
   479 		</action>
       
   480 	</actionList>
       
   481 </scpd>