Browsable LDF Grammar

CC-BY

Grammar extracted by Vadim Zaytsev, see the Grammar Zoo entry for details: doc/ldf/v06.0-xsd/extracted
Source used for this grammar: Vadim Zaytsev, Software Language Processing Suite, LDF, shared/xsd/ldf.xsd, 2008–2011, Version 7 [Explore]

Summary

Syntax

reference ::=
	string
sample ::=
	sampleType
runnable ::=
	runnableType
tail ::=
	mixedType
ListOfTerms ::=
	[id]::string? [title]::string? [author]::string+? [term]::([name]::string [definition]::SimpleText)+
ListOfInternalLinks ::=
	[link]::([text]::string [linktext]::string? [reference]::string)+
SimpleList ::=
	[item]::string+
SimpleText ::=
	([p]::string | [list]::SimpleList)+
SimpleSection ::=
	[id]::string? [title]::string? [author]::string+? [content]::SimpleText
StructuredSection ::=
	[id]::string? [title]::string [author]::string+? ([placeholder]::generated | normative | informative | production | [relationship]::ListOfInternalLinks | [subtopic]::StructuredSection)+
normative ::=
	[purpose]::SimpleSection
	[description]::SimpleSection
	[location]::SimpleSection
	[considerations]::SimpleSection
	[defaults]::SimpleSection
	[normative]::SimpleSection
informative ::=
	[note]::SimpleSection
	[example]::SimpleSection
	[informative]::SimpleSection
lexicalGroup ::=
	[lineContinuations]::SimpleSection
	[whitespace]::SimpleSection
	[tokens]::SimpleSection
	[preprocessor]::SimpleSection
	[literals]::SimpleSection
	[lexical]::SimpleSection
status ::=
	[draft]::ε
	[committee draft]::ε
	[recommendation]::ε
	[international standard]::ε
generated ::=
	[index]::ε
	[fullgrammar]::ε
	[listoftables]::ε
	[listofauthors]::ε
	[listofcontents]::ε
	[listofreferences]::ε
body ::=
	[ansi]::ε
	[ecma]::ε
	[ieee]::ε
	[iso]::ε
	[iso/iet]::ε
	[itu]::ε
	[ietf]::ε
	[iec]::ε
	[oasis]::ε
	[wsa]::ε
	[w3c]::ε
document ::=
	[title]::titlePage [placeholder]::generated* [frontMatter]::frontMatter [lists]::frontLists [lexicalPart]::lexical [core]::StructuredSection+ [annex]::StructuredSection*
titlePage ::=
	([body]::body [number]::integer | [author]::string+) [topic]::string ([version]::string | [edition]::string) [status]::status [date]::string
frontMatter ::=
	([foreword]::SimpleSection | [designGoals]::SimpleSection | [scope]::SimpleSection | [conformance]::SimpleSection | [compliance]::SimpleSection | [compatibility]::SimpleSection | [notation]::SimpleSection | [normativeReferences]::SimpleSection | [documentStructure]::SimpleSection | [whatsnew]::SimpleSection | [clause]::SimpleSection | [field]::SimpleSection)+
frontLists ::=
	([definitions]::ListOfTerms | [abbreviations]::ListOfTerms | [languageOverview]::ListOfTerms)+?
lexical ::=
	lexicalGroup+
runnableType ::=
	[context]::string [main]::string [argument]::string* [yields]::string [language]::string [version]::string? [id]::string?
mixedType ::=
	(α | string)*

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