Skip to content

Commit a77b6ca

Browse files
committed
# WARNING: head commit changed in the meantime
date update
1 parent ea6dc9a commit a77b6ca

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

schema/xsd/mivot-v1.0.xsd

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -190,17 +190,6 @@
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()" />

0 commit comments

Comments
 (0)