Skip to content

Commit

Permalink
Merge pull request #2525 from TEIC/sydb_2524_use_eventLike
Browse files Browse the repository at this point in the history
Use reference to model.eventLike, not direct references to its members
  • Loading branch information
raffazizzi authored Jan 22, 2024
2 parents 85c0810 + acc0084 commit a6432f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
5 changes: 1 addition & 4 deletions P5/Source/Specs/event.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@
<elementRef key="idno"/>
<elementRef key="ptr"/>
</alternate>
<alternate minOccurs="0" maxOccurs="unbounded">
<elementRef key="event" minOccurs="1" maxOccurs="1"/>
<elementRef key="listEvent" minOccurs="1" maxOccurs="1"/>
</alternate>
<classRef key="model.eventLike" minOccurs="0" maxOccurs="unbounded"/>
<alternate minOccurs="0" maxOccurs="unbounded">
<classRef key="model.personLike" minOccurs="1" maxOccurs="1"/>
<elementRef key="listPerson" minOccurs="1" maxOccurs="1"/>
Expand Down
16 changes: 6 additions & 10 deletions P5/Source/Specs/listEvent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
<gloss versionDate="2009-01-21" xml:lang="en">list of events</gloss>
<gloss xml:lang="fr" versionDate="2009-03-19">liste d'événements</gloss>
<gloss versionDate="2021-02-02" xml:lang="it">list di eventi</gloss>
<desc versionDate="2009-01-21" xml:lang="en">contains a list of descriptions, each of which provides information
about an identifiable event.</desc>
<desc versionDate="2009-01-21" xml:lang="en">contains a list of descriptions, each of which provides information about an identifiable event.</desc>
<desc versionDate="2009-03-19" xml:lang="fr">contient une liste de descriptions, chacune d'entre elles fournissant des informations sur un événement connu.</desc>
<desc versionDate="2021-02-02" xml:lang="it">contiene una lista di descrizioni, ognuna delle quali fornisce informazioni a proposito di un determinato evento.</desc>
<classes>
Expand All @@ -32,14 +31,11 @@
<elementRef key="listRelation" minOccurs="1" maxOccurs="1"/>
</alternate>
<sequence minOccurs="1" maxOccurs="unbounded">
<alternate minOccurs="1" maxOccurs="unbounded">
<elementRef key="event" minOccurs="1" maxOccurs="1"/>
<elementRef key="listEvent" minOccurs="1" maxOccurs="1"/>
</alternate>
<alternate minOccurs="0" maxOccurs="unbounded">
<elementRef key="relation" minOccurs="1" maxOccurs="1"/>
<elementRef key="listRelation" minOccurs="1" maxOccurs="1"/>
</alternate>
<classRef key="model.eventLike" minOccurs="1" maxOccurs="unbounded"/>
<alternate minOccurs="0" maxOccurs="unbounded">
<elementRef key="relation" minOccurs="1" maxOccurs="1"/>
<elementRef key="listRelation" minOccurs="1" maxOccurs="1"/>
</alternate>
</sequence>
</sequence>
</content>
Expand Down

0 comments on commit a6432f2

Please sign in to comment.