-
Notifications
You must be signed in to change notification settings - Fork 39
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
PassengerCapacity@id #515
Comments
In this specific case, the PassengerCapacity attribute has a type PassengerCapacityStructure and does not ref the PassengerCapacity element (this said, it can also be seen as an issue). So the example is Ok for now. However, the element itself is defined as below, and the <xsd:attribute name="id" type="PassengerCapacityIdType" use="optional"> is not consistent with the documentation and should be fixed
|
@Aurige in your opinion, similar to AccessibilityAssessment should have its own id+version attributes while it is actually embedded within a versioned object? |
@Aurige so either we fix the documentation xor the xsd? ;-) |
I guess we can fix the xsd here (set use="required") |
then we can remove the "need documentation" tag ;-) |
fixed by #579 |
In relation to #471 I notice that the examples in prCEN-1 mention PassengerCapacity without an id attribute, while the table does suggest is is a required element.
In your opinion what is wrong here?
The text was updated successfully, but these errors were encountered: