PropertyLookup
EBNF
PropertyLookup =
'.'
, [
SP
], (
PropertyKeyName
) ;
PropertyKeyName =
SchemaName
;
Referenced from
Expression
PropertyExpression