Skip to content

Commit

Permalink
Restore chooseCalendar
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Jan 18, 2024
1 parent b41e32b commit 057b077
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 128 deletions.
14 changes: 14 additions & 0 deletions src/main/resources/concrete-cif-1.0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2744,6 +2744,7 @@
<xs:complexType>
<xs:all>
<xs:element name="caID" type="xs:integer" minOccurs="0" maxOccurs="1" />
<xs:element name="chooseCalendar" type="chooseCalendarEnum" minOccurs="0" maxOccurs="1" />
<xs:element name="calendarAttributeKeyHandle" type="handle" minOccurs="0" maxOccurs="1" />
<xs:element name="filterByTopicAttributeKeyID" type="xs:integer" minOccurs="0" maxOccurs="1" />
<xs:element name="filterByTopicID" type="xs:integer" minOccurs="0" maxOccurs="1" />
Expand Down Expand Up @@ -3298,6 +3299,7 @@
<xs:complexType>
<xs:all>
<xs:element name="caID" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="chooseCalendar" type="chooseCalendarEnum" minOccurs="0" maxOccurs="1" />
<xs:element name="calendarAttributeKeyHandle" type="handle" minOccurs="0" maxOccurs="1" />
<xs:element name="totalToRetrieve" type="integer-greather-than-zero" minOccurs="0" maxOccurs="1" />
<xs:element name="totalPerPage" type="integer-greather-than-zero" minOccurs="0" maxOccurs="1" />
Expand Down Expand Up @@ -4926,4 +4928,16 @@
<xs:restriction base="xs:string" />
</xs:simpleType>

<!--
### Calendar-related
-->

<xs:simpleType name="chooseCalendarEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="" />
<xs:enumeration value="specific" />
<xs:enumeration value="site" />
</xs:restriction>
</xs:simpleType>

</xs:schema>

This file was deleted.

0 comments on commit 057b077

Please sign in to comment.