Creating Interreality: The Virtual Object System: Version 0.23.0 | ||
---|---|---|
Prev | Appendix C. Property Datatypes | Next |
C.5. Datatype Syntax
Property datatype syntax in Augmented Backus-Naur form [RFC 2234].
type := (mimetype | primitive | "list": primitive) *WS [ "(" *WS parameters *WS ")" ]
mimetype := group "/" subtype - see above for more info -
primitive := ( "int" | "float" | "string" ... ) - see above for more info -
parameters := *( *WS key "=" value "," *WS )
key := !"=" !","
value := !"," !"="