Skip to content

Commit

Permalink
reflecting today's changes by Ralf (adding chain)
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@249 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Sep 10, 2008
1 parent e755608 commit 42880f9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions shared/xsd/xbgf.xsd
Expand Up @@ -25,6 +25,7 @@
<xsd:choice>
<xsd:element ref="xbgf:add"/>
<xsd:element ref="xbgf:case"/>
<xsd:element ref="xbgf:chain"/>
<xsd:element ref="xbgf:define"/>
<xsd:element ref="xbgf:designate"/>
<xsd:element ref="xbgf:eliminate"/>
Expand Down Expand Up @@ -109,6 +110,19 @@
</xsd:complexType>
</xsd:element>

<xsd:element name="chain">
<xsd:annotation>
<xsd:documentation>
T.B.D.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element ref="bgf:production"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>

<xsd:element name="define">
<xsd:annotation>
<xsd:documentation>
Expand Down

0 comments on commit 42880f9

Please sign in to comment.