summaryrefslogtreecommitdiff
path: root/tex/context/interface/mkiv/i-common-value.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/interface/mkiv/i-common-value.xml')
-rw-r--r--tex/context/interface/mkiv/i-common-value.xml70
1 files changed, 68 insertions, 2 deletions
diff --git a/tex/context/interface/mkiv/i-common-value.xml b/tex/context/interface/mkiv/i-common-value.xml
index 36f2c1d52..9f919b58e 100644
--- a/tex/context/interface/mkiv/i-common-value.xml
+++ b/tex/context/interface/mkiv/i-common-value.xml
@@ -296,10 +296,10 @@
<cd:constant type="page"/>
<cd:constant type="leftpage"/>
<cd:constant type="rightpage"/>
- <cd:constant type="header"/>
- <cd:constant type="footer"/>
<cd:constant type="somewhere"/>
<cd:constant type="effective"/>
+ <cd:constant type="header"/>
+ <cd:constant type="footer"/>
</cd:define>
<!-- sortorder = ... -->
@@ -593,4 +593,70 @@
<cd:constant type="cd:reference"/>
</cd:define>
+ <!-- shape = ... -->
+
+ <cd:define name="value-flowshape">
+ <cd:constant type="none"/>
+ <cd:constant type="node"/>
+ <cd:constant type="action"/>
+ <cd:constant type="procedure"/>
+ <cd:constant type="product"/>
+ <cd:constant type="subprocedure"/>
+ <cd:constant type="singledocument"/>
+ <cd:constant type="multidocument"/>
+ <cd:constant type="decision"/>
+ <cd:constant type="archive"/>
+ <cd:constant type="loop"/>
+ <cd:constant type="wait"/>
+ <cd:constant type="left"/>
+ <cd:constant type="right"/>
+ <cd:constant type="top"/>
+ <cd:constant type="up"/>
+ <cd:constant type="down"/>
+ <cd:constant type="cd:number"/>
+ </cd:define>
+
+ <!-- location = ... -->
+
+ <cd:define name="value-chartlabel">
+ <cd:constant type="l"/>
+ <cd:constant type="r"/>
+ <cd:constant type="t"/>
+ <cd:constant type="b"/>
+ <cd:constant type="lt"/>
+ <cd:constant type="rt"/>
+ <cd:constant type="lb"/>
+ <cd:constant type="rb"/>
+ <cd:constant type="tl"/>
+ <cd:constant type="tr"/>
+ <cd:constant type="bl"/>
+ <cd:constant type="br"/>
+ <!-- text only
+ <cd:constant type="c"/>
+ <cd:constant type="m"/>
+ -->
+ <cd:constant type="left"/>
+ <cd:constant type="right"/>
+ <cd:constant type="top"/>
+ <cd:constant type="bottom"/>
+ <!-- text only
+ <cd:constant type="center"/>
+ <cd:constant type="middle"/>
+ -->
+ </cd:define>
+
+ <!-- tochar = ... --->
+
+ <cd:define name="value-tochar">
+ <cd:constant prefix="e" type="cd:name" method="range"/>
+ <cd:constant prefix="x" type="cd:number" method="range"/>
+ <cd:constant prefix="d" type="cd:number" method="range"/>
+ <cd:constant prefix="s" type="cd:number" method="range"/>
+ <cd:constant prefix="i" type="cd:number" method="range"/>
+ <cd:constant prefix="n" type="cd:name" method="range"/>
+ <cd:constant prefix="c" type="cd:name" method="range"/>
+ <cd:constant prefix="u" type="cd:name" method="range"/>
+ <cd:constant prefix="a" type="cd:name" method="range"/>
+ </cd:define>
+
</cd:interface>