Browsable Web Services Grammar

CC-BY

Grammar extracted by Vadim Zaytsev, see the Grammar Zoo entry for details: toy/petstore/webservices/extracted
Source used for this grammar: Guillaume Doux, Simple Web Services connections 0.1, WSLink.ecore, January 2009

Summary

Syntax

Boolean ::=
	"true"
	"false"
Integer ::=
	integer
String ::=
	string
LocatedElement ::=
	Network
LocatedElement ::=
	Services
Network ::=
	[services]::Services+ [name]::String
Services ::=
	WebService
Services ::=
	RSS
WebService ::=
	[linkedServices]::Services+
RSS ::=
	[name]::String [URL]::String [descriptions]::String

GrammarLabMaintained by Dr. Vadim Zaytsev a.k.a. @grammarware. Last updated in September 2015. []