dom/tests/mochitest/dom-level2-core/files/staffNS.dtd

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1 <!ELEMENT staff (employee+,emp:employee,employee) >
michael@0 2 <!ELEMENT employee (employeeId,name,position,salary,gender,address) >
michael@0 3 <!ATTLIST employee xmlns CDATA #IMPLIED>
michael@0 4 <!ATTLIST employee xmlns:dmstc CDATA #IMPLIED>
michael@0 5 <!ATTLIST employee xmlns:emp2 CDATA #IMPLIED>
michael@0 6
michael@0 7 <!ELEMENT employeeId (#PCDATA) >
michael@0 8
michael@0 9 <!ELEMENT name (#PCDATA) >
michael@0 10
michael@0 11 <!ELEMENT position (#PCDATA) >
michael@0 12
michael@0 13 <!ELEMENT salary (#PCDATA) >
michael@0 14
michael@0 15 <!ELEMENT entElement1 (#PCDATA) >
michael@0 16 <!ELEMENT gender (#PCDATA | entElement1)* >
michael@0 17 <!ATTLIST entElement1 xmlns:local1 CDATA #IMPLIED >
michael@0 18
michael@0 19 <!ELEMENT address (#PCDATA) >
michael@0 20 <!ATTLIST address dmstc:domestic CDATA #IMPLIED>
michael@0 21 <!ATTLIST address street CDATA #IMPLIED>
michael@0 22 <!ATTLIST address domestic CDATA #IMPLIED>
michael@0 23 <!ATTLIST address xmlns CDATA #IMPLIED>
michael@0 24
michael@0 25 <!ELEMENT emp:employee (emp:employeeId,nm:name,emp:position,emp:salary,emp:gender,emp:address) >
michael@0 26 <!ATTLIST emp:employee xmlns:emp CDATA #IMPLIED>
michael@0 27 <!ATTLIST emp:employee xmlns:nm CDATA #IMPLIED>
michael@0 28 <!ATTLIST emp:employee defaultAttr CDATA 'defaultVal'>
michael@0 29
michael@0 30 <!ELEMENT emp:employeeId (#PCDATA) >
michael@0 31
michael@0 32 <!ELEMENT nm:name (#PCDATA) >
michael@0 33
michael@0 34 <!ELEMENT emp:position (#PCDATA) >
michael@0 35
michael@0 36 <!ELEMENT emp:salary (#PCDATA) >
michael@0 37
michael@0 38 <!ELEMENT emp:gender (#PCDATA) >
michael@0 39
michael@0 40 <!ELEMENT emp:address (#PCDATA) >
michael@0 41 <!ATTLIST emp:address emp:domestic CDATA #IMPLIED>
michael@0 42 <!ATTLIST emp:address street CDATA #IMPLIED>
michael@0 43 <!ATTLIST emp:address emp:zone ID #IMPLIED>
michael@0 44 <!ATTLIST emp:address emp:district CDATA 'DISTRICT'>
michael@0 45 <!ATTLIST emp:address emp:local1 CDATA 'FALSE'>

mercurial