-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding SituationFullRef to LIR and SER #268
Conversation
Adding SituationRefs to the last two services
b63dba7
to
16d2a1e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are OK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general: Please have a look at the generated docs/generated/index.html using https://htmlpreview.github.io/ for each change to make sure everything is working for each change.
6f65ee2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change:
- ref=SituationFullRef ...
- name=situationFullRefs ....
0f6cda8
to
0e21b03
Compare
# Conflicts: # docs/generated/index.html
14c851d
to
d1b4053
Compare
# Conflicts: # docs/generated/index.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@trurlurl you may approve again...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now always:
<xs:element name="SituationFullRefs" type="SituationRefList" minOccurs="0">
xs:annotation
xs:documentationA list of references to SITUATIONs.</xs:documentation>
</xs:annotation>
</xs:element>
and HTML doc updated.
Adding SituationRefs to the last two services
Had to place it a bit strangly for Place, but I guess it works as well.
SER already had SituationRefs for the Calls. I thought it would be good to have it on the StopEvent itself as well.
Fixes: #260