Skip to content

Commit 5cdcf72

Browse files
authored
Merge pull request #199 from ivoa-std/update/to_rec
Update/to rec
2 parents ea6dc9a + e4a09c8 commit 5cdcf72

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DOCNAME = mivot
77
DOCVERSION = 1.0
88

99
# Publication date, ISO format; update manually for "releases"
10-
DOCDATE = 2023-04-26
10+
DOCDATE = 2023-06-08
1111

1212
# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
1313
DOCTYPE = REC

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)