File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 190190 <xs : attribute type =" xs:string" name =" dmid" />
191191 <xs : assert
192192 test =" if (@dmid) then ( @dmid != '') else true() " />
193- <!-- LM ORIGINAL <xs:assert test="(count(dm-mapping:ATTRIBUTE) eq 0 and
194- count(dm-mapping:REFERENCE) >= 0) or count(dm-mapping:ATTRIBUTE) > 0 and
195- count(dm-mapping:REFERENCE) = 0"/> <xs:assert test="(count(dm-mapping:ATTRIBUTE)
196- eq 0 and count(dm-mapping:INSTANCE) >= 0) or count(dm-mapping:ATTRIBUTE)
197- > 0 and count(dm-mapping:INSTANCE) = 0"/> <xs:assert test="(count(dm-mapping:ATTRIBUTE)
198- eq 0 and count(dm-mapping:JOIN) >= 0) or count(dm-mapping:ATTRIBUTE) > 0
199- and count(dm-mapping:JOIN) = 0"/> <xs:assert test="(count(dm-mapping:ATTRIBUTE)
200- eq 0 and count(dm-mapping:COLLECTION) >= 0) or count(dm-mapping:ATTRIBUTE)
201- > 0 and count(dm-mapping:COLLECTION) = 0"/> -->
202- <!-- collection of (attribute)||(reference)||(instance+join)||(collection) -->
203- <!-- - contains some redundancies, but will work if order of checks changes -->
204193
205194 <xs : assert
206195 test =" if (count(dm-mapping:JOIN) > 0 ) then (count(dm-mapping:REFERENCE) = 0) else true()" />
You can’t perform that action at this time.
0 commit comments