Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@124 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Aug 5, 2008
1 parent ea4d301 commit bc8c082
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions shared/xsd/lcf.xsd
Expand Up @@ -47,8 +47,8 @@
<xsd:element name="name" type="xsd:string" />
<xsd:element name="definition">
<xsd:complexType mixed="true">
<group ref="lcf:mixedwithexpands"/>
<xsd:complexType>
<xsd:group ref="lcf:mixedwithexpands"/>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
Expand Down Expand Up @@ -92,10 +92,9 @@
</xsd:group>

<xsd:complexType name="commandtype" mixed="true">
<group ref="lcf:mixedwithexpands"/>
<xsd:attribute name="err" type="xsd:string" use="optional" />
<xsd:attribute name="out" type="xsd:string" use="optional" />
</xsd:complexContent>
<xsd:group ref="lcf:mixedwithexpands"/>
<xsd:attribute name="err" type="xsd:string" use="optional" />
<xsd:attribute name="out" type="xsd:string" use="optional" />
</xsd:complexType>

<xsd:complexType name="sourcetype">
Expand All @@ -107,8 +106,8 @@
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="argument">
<xsd:complexType mixed="true">
<group ref="lcf:mixedwithexpands"/>
<xsd:complexType>
<xsd:group ref="lcf:mixedwithexpands"/>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
Expand Down

0 comments on commit bc8c082

Please sign in to comment.