-
Notifications
You must be signed in to change notification settings - Fork 45
Specify and fill nameofclass #870
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
Conversation
Aurige
left a comment
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 just did a quick walk through and a few comments ... it's a nice improvement but difficult to check that no inheritance or substitution group was forgotten. Was this generated automatically ?
| </xsd:sequence> | ||
| <xsd:attribute name="id" type="TypeOfOperationIdType"/> | ||
| <xsd:attribute name="nameOfClassifiedEntityClass" type="NameOfClass" use="optional" fixed="Operation"> | ||
| <xsd:attribute name="nameOfClassifiedEntityClass" type="NameOfClass" use="optional"> |
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.
what is the purpose for removing the fixed="Operation" ?
Also why only on TypeOfOperation (the same pattern is in all TypeOfEntity_VersionStructure inherited structure...) ?
| <xsd:enumeration value="RoutingConstraintZone"/> | ||
| <xsd:enumeration value="StopArea"/> | ||
| <xsd:enumeration value="TariffZone"/> | ||
| <xsd:enumeration value="TariffZoneRef_"/> |
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.
TariffZoneRef_ is a substitution group (this happens multiple times, just pointing it her for the example)
|
Must be regenerated taking into account the "_" for the Dummy types. |
|
Implemented in #962 |
Implement #806
Uncovers issues related to #862