We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2bbf8 commit 08fac87Copy full SHA for 08fac87
schema/pvcollada_structure_2.0.sch
@@ -133,4 +133,13 @@
133
</rule>
134
</pattern>
135
136
+ <!-- Pattern: Ensure table nodes contain rack instances -->
137
+ <pattern id="table_must_contain_racks">
138
+ <rule context="collada:node[.//pv:table]">
139
+ <assert test=".//pv:instance_rack">
140
+ A node containing a table element must have at least one instance_geometry child with an instance_rack element
141
+ </assert>
142
+ </rule>
143
+ </pattern>
144
+
145
</schema>
0 commit comments