5.1. DTD The XML Document Type Definition (DTD) of the NaVigation Markup Language (NVML) is shown below: 5.2. Quick Table The quick table of the NaVigation Markup Language (NVML) is shown below: -------------------------------------------------------------------------- Element Attribute Times Examples (#1) -------------------------------------------------------------------------- nvml | version 0/1 "0.60" +-head 0/1 - | +-title 0/1 XXX-Tour | +-category 0- sightseeing | +-transport 0/1 car, foot | +-duration 0/1 4 hours 10 minutes | +-distance 0/1 32.1 km | +-expense 0/1 3,000 yen | +-geodetic-system 0/1 itrf | | wgs84 | +-note 0- - | | name 0/1 "last modified" | | content 0/1 "Jun. 30, 1999" | +-info 0/1 - | | delay 0/1 "1h23min45s" | | duration 0/1 "1h23min45s" | +-text 0/1 This is XXX-Tour. | +-voice 0/1 Welcome to XXX-Tour! | | src 0/1 "welcome.avi" | +-image 0/1 - | | src 0/1 "welcome.jpg" | +-note 0- - | name 0/1 "copyright" | content 0/1 "XXX Tour" +-body 0/1 - +-navi 0- - | +-point 0/1 - | | +-name 0/1 Tokyo Station | | +-category 0- station | | +-latitude 0/1 N35.40.39.0 | | +-longitude 0/1 E139.46.18.1 | | +-address 0/1 Chiyoda-ku, Tokyo | | +-zip-code 0/1 012-3456 | | +-phone 0/1 012-345-6789 | | +-fax 0/1 012-345-6789 | | +-e-mail 0/1 xxx@yyy.zzz | | +-url 0/1 http://xxx.yyy.zzz | | +-expense 0/1 1,000 yen | | +-note 0- - | | name 0/1 "access" | | content 0/1 "JR, subway, bus, car" | +-route 0/1 - | | +-name 0/1 Toumei Highway | | +-category 0- highway | | +-number 0/1 123 | | +-means 0/1 foot | | | bicycle | | | motorcycle | | | car | | | bus | | | train | | | plane | | | ship | | | others | | +-duration 0/1 1 hour 40 minutes | | +-distance 0/1 12.3 km | | +-expense 0/1 1,000 yen | | +-note 0- - | | name 0/1 "max speed" | | content 0/1 "100 km/h" | +-info 0/1 - | | delay 0/1 "1h23min45s" | | duration 0/1 "1h23min45s" | +-text 0/1 Tokyo Station | +-voice 0/1 This is Tokyo Station. | | src 0/1 "tokyo-station.avi" | +-image 0/1 - | | src 0/1 "tokyo-station.jpg" | +-note 0- - | name 0/1 "copyright" | content 0/1 "XYZ Studio" +-guide 0- - +-point 1 - | | area 0/1 "1.0km" | +-name 0/1 Tokyo Station | +-category 0- station | +-latitude 0/1 N35.40.39.0 | +-longitude 0/1 E139.46.18.1 | +-address 0/1 Chiyoda-ku, Tokyo | +-zip-code 0/1 012-3456 | +-phone 0/1 012-345-6789 | +-fax 0/1 012-345-6789 | +-e-mail 0/1 xxx@yyy.zzz | +-url 0/1 http://xxx.yyy.zzz | +-expense 0/1 1,000 yen | +-note 0- - | name 0/1 "access" | content 0/1 "JR, subway, bus, car" +-info 0/1 - | delay 0/1 "1h23min45s" | duration 0/1 "1h23min45s" | times 0/1 "1" | "any-times" +-text 0/1 Tokyo Station +-voice 0/1 This is Tokyo Station. | src 0/1 "tokyo-station.avi" +-image 0/1 - | src 0/1 "tokyo-station.jpg" +-note 0- - name 0/1 "copyright" content 0/1 "XYZ Studio" -------------------------------------------------------------------------- (#1) 0- : 0 or more 0/1: 0 or 1 --------------------------------------------------------------------------