14 lines
652 B
XML
14 lines
652 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<product name='ALO'>
|
||
|
<content availability='free'>
|
||
|
<!-- the from and to attributes are optional:
|
||
|
- if only from is present, make the content available from that date;
|
||
|
- if only to is present, end the content's availability on that date;
|
||
|
- if both are given, make the content available between those dates;
|
||
|
- if neither is present, make the content available immediately and indefinitely. -->
|
||
|
<item id='ARCS_001' to='2017-07-31'/>
|
||
|
<item id='ARCS_003' to='2017-07-31'/>
|
||
|
<item id='ARCS_007' to='2017-07-31'/>
|
||
|
</content>
|
||
|
</product>
|