Author: rareddy
Date: 2010-04-26 16:34:52 -0400 (Mon, 26 Apr 2010)
New Revision: 2082
Modified:
trunk/client/src/main/resources/vdb-deployer.xsd
Log:
TEIID-1071: Relaxing the Model count to zero for the tooling. Also adding the path to
error to locate the resource that has the problem.
Modified: trunk/client/src/main/resources/vdb-deployer.xsd
===================================================================
--- trunk/client/src/main/resources/vdb-deployer.xsd 2010-04-26 20:28:21 UTC (rev 2081)
+++ trunk/client/src/main/resources/vdb-deployer.xsd 2010-04-26 20:34:52 UTC (rev 2082)
@@ -8,7 +8,7 @@
<xs:sequence>
<xs:element name="description" type="xs:string"
minOccurs="0"/>
<xs:element name="property" type="property"
minOccurs="0" maxOccurs="unbounded"/>
- <xs:element name="model" maxOccurs="unbounded">
+ <xs:element name="model" maxOccurs="unbounded"
minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="description"
type="xs:string" minOccurs="0"/>
@@ -31,6 +31,7 @@
</xs:restriction>
</xs:simpleType>
</xs:attribute>
+ <xs:attribute name="path"
type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>