-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
105307f
commit 65b3df4
Showing
4 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Key Type SinceVersion DeprecatedIn Required IndirectReference Inheritable DefaultValue PossibleValues SpecialCase Link Note | ||
0* name 1.3 TRUE FALSE FALSE Table 355 | ||
1* integer 1.3 FALSE FALSE FALSE [fn:Eval(@1>=0)] revision number is optional | ||
1* integer 1.3 FALSE FALSE FALSE [fn:Eval(@1*>=0)] revision number is optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Key Type SinceVersion DeprecatedIn Required IndirectReference Inheritable DefaultValue PossibleValues SpecialCase Link Note | ||
0 name 1.2 2.0 TRUE FALSE FALSE [monochrome] Table 407, Inks cell | ||
1* string 1.2 2.0 TRUE FALSE FALSE | ||
2* number 1.2 2.0 TRUE FALSE FALSE [fn:Eval((@2>=0) && (@2<=1))] | ||
2* number 1.2 2.0 TRUE FALSE FALSE [fn:Eval((@2*>=0) && (@2*<=1))] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Key Type SinceVersion DeprecatedIn Required IndirectReference Inheritable DefaultValue PossibleValues SpecialCase Link Note | ||
0* integer 1.4 TRUE fn:MustBeDirect() FALSE [fn:Eval(@0*>=0)] Table 17. Object number (incl. object zero for freelist) | ||
1* integer 1.4 TRUE fn:MustBeDirect() FALSE [fn:Eval(@1*>=0)] Number of entries in subsection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters