Skip to content

Commit

Permalink
[WebBundle] added missing "class" attributes to xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswallsmith authored and fabpot committed May 19, 2010
1 parent 6642673 commit 6a3dcce
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -14,10 +14,12 @@
<xsd:element name="session" type="session" minOccurs="0" maxOccurs="1" />
</xsd:sequence>

<xsd:attribute name="class" type="xsd:string" />
<xsd:attribute name="default_culture" type="xsd:string" />
</xsd:complexType>

<xsd:complexType name="session">
<xsd:attribute name="class" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="auto_start" type="xsd:string" />
Expand Down

0 comments on commit 6a3dcce

Please sign in to comment.