A
1: S
ap
V
2 •
1
3
0
© 2017 Telos Alliance - Rev 1.2
»
RW: Read and Write
• Syntax Values
»
BOL[[true,TRUE,t,1],[false,FALSE,f,0]]: Boolean value with True and False specifics
»
ENU[Value,Value,Value(Display)]: Enumeration
»
LST[Separator,Syntax Type]: List
»
TBL[Header,Header,Header,Header,Header]: Table
»
NUM[Minimum,Maximum,Increments]: Numeric value
»
TXT[Restrictions]: Text value with Restrictions on what type of text
»
BIN: Binary value
»
HEX: Hexadecimal value
»
BMP: Bitmap value
»
PNG: Portable Network Graphics value
»
URI: Uniform Resource Indicator value
•
IsSimplUI: True or False
•
IsStable: True or False
Notes on RFS implementation.
•
Plain Text: SyntaxType=TXT
•
Boolean: SyntaxType=BOL
•
Number: SyntaxType=NUM
•
Number range
»
SyntaxType=NUM[<Miniumum>,<Maximum>,<increment>]
»
SyntaxType=NUM(1,10,1)
• Enum