Skip to content

Commit

Permalink
GRAILS-5290 added missing attributes to xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
burtbeckwith committed Jun 15, 2010
1 parent 377b97a commit 74ffe33
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
<xsd:attribute name="message-source-ref" type="xsd:string" use="required" />
<xsd:attribute name="lob-handler-ref" type="xsd:string" />
<xsd:attribute name="transaction-manager-ref" type="xsd:string" />
<xsd:attribute name="config-location" type="xsd:string" />
<xsd:attribute name="config-class" type="xsd:string" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>

</xsd:schema>
</xsd:schema>

0 comments on commit 74ffe33

Please sign in to comment.