13 lines
321 B
XML
13 lines
321 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE testStorage [
|
|
|
|
<!ELEMENT testStorage (playlist*) >
|
|
|
|
<!ELEMENT playlist EMPTY >
|
|
<!ATTLIST playlist id NMTOKEN #REQUIRED >
|
|
<!ATTLIST playlist playlength NMTOKEN #REQUIRED >
|
|
]>
|
|
<testStorage>
|
|
<playlist id="1" playlength="01:30:00.00"/>
|
|
</testStorage>
|