-
Notifications
You must be signed in to change notification settings - Fork 11
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
Added Attributes to LegBoard, LegAligt und LegIntermediate #406
Conversation
@herlitze @normanoffel without comment from you until tomorrow, @skinkie will merge it tomorrow. |
Do I see it correctly that the attributes always occur in parallel with a StopCallStatusGroup and there is no use of a StopCallStatusGroup that should not be extended? If yes, what speaks against extending the StopCallStatusGroup with the attributes? |
@herlitze Shold I put the Attribute into the CallStatusGroup? Can do that |
Yes, I see no reason against it. |
changed |
@@ -38,6 +38,21 @@ | |||
<PtMode>bus</PtMode> | |||
<siri:BusSubmode>localBusService</siri:BusSubmode> | |||
</Mode> | |||
<Attribute> | |||
<Text> |
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.
This double is correct?
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.
it is correct. but I changed it now with the latest commit
and improved example to show it.
Co-authored-by: Stefan de Konink <[email protected]>
Co-authored-by: Stefan de Konink <[email protected]>
Co-authored-by: Stefan de Konink <[email protected]>
Co-authored-by: Stefan de Konink <[email protected]>
…atureStructure must be corrected in SIRI as well
9acaff5
to
d5d29eb
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.
Approved, suggestion IDC.
@@ -449,7 +449,21 @@ | |||
<xs:documentation>Internal code of the attribute. Can be used for detection of double occurrences.</xs:documentation> | |||
</xs:annotation> | |||
</xs:element> | |||
<xs:group ref="AllFacilitiesGroup"/> |
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.
I think the AllFacilitiesGroup isn't used anywhere any more, could be removed...?
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.
removed
we always refer the siri: if necesasry
and improved example to show it.
We have on LegStart and LegEnd attributes we currently don't have them on LegBoard, LegAlight and LegIntermediate