File: operational-data.xml

package info (click to toggle)
libyang 3.13.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,152 kB
  • sloc: ansic: 123,593; xml: 671; sh: 442; tcl: 318; makefile: 19
file content (18 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<jbox:jukebox xmlns:jbox="http://example.com/ns/example-jukebox">
  <jbox:library>
    <jbox:artist>
      <jbox:name>The Beatles</jbox:name>
      <jbox:album>
        <jbox:name>Abbey Road</jbox:name>
        <jbox:genre>jbox:rock</jbox:genre>
        <jbox:year>1969</jbox:year>
        <jbox:song>
          <jbox:name>Come Together</jbox:name>
          <jbox:location>/music/beatles/cometogether.mp3</jbox:location>
          <jbox:format>mp3</jbox:format>
          <jbox:length>259</jbox:length>
        </jbox:song>
      </jbox:album>
    </jbox:artist>
  </jbox:library>
</jbox:jukebox>