Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
717 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- edited with XML Spy v3.5 NT (http://www.xmlspy.com) by Davide Massarenti (private) -->
  3. <!--DTD generated by XML Spy v3.5 NT (http://www.xmlspy.com)-->
  4. <!ELEMENT TravelLog (Entry+)>
  5. <!ELEMENT Entry (URL, Title, ContextData, ContextTopic)>
  6. <!ATTLIST Entry
  7. ID CDATA #REQUIRED
  8. SKU CDATA #REQUIRED
  9. Language CDATA #REQUIRED
  10. LastVisited CDATA #REQUIRED
  11. Duration CDATA #REQUIRED
  12. Context (STARTUP | HOMEPAGE | CONTENT | SUBSITE | SEARCH | INDEX | CHANNELS | FAVORITES | HISTORY | OPTIONS | CONTENTONLY | FULLWINDOW | KIOSKMODE) #REQUIRED
  13. >
  14. <!ELEMENT URL (#PCDATA)>
  15. <!ELEMENT Title (#PCDATA)>
  16. <!ELEMENT ContextData (#PCDATA)>
  17. <!ELEMENT ContextTopic (#PCDATA)>