summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/schema/whiteSpace.tag
blob: 4210eb257d0dd8cb5774c40ba2a258b546c9bb4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
 <tag name="whiteSpace">
  <label>
   <text>value</text>
   <location col="0" row="0"/>
  </label>
  <attr name="value" type="list">
   <items>
    <item>preserve</item>
    <item>replace</item>
    <item>collapse</item>
   </items>
   <tooltip>How white space (line feeds, tabs, spaces, and carriage returns) is handled.</tooltip>
   <whatsthis>How white space (line feeds, tabs, spaces, and carriage returns) is handled.</whatsthis>
   <location col="1" row="0"/>
  </attr>
  <children>
   <child name="annotation" />
  </children>
 </tag>
</TAGS>