interreality.org [VOS]
[Home][About]
[Screenshots][Download]
[News][Community]
[Documentation][Manual]
[Bugs & Requests][Wiki]

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 :=  !"," !"="