-
Notifications
You must be signed in to change notification settings - Fork 30
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
Update IDREF to IDREFS #298
Comments
@jdmgoogle I was under the impression that the use of IDREFS was to refer to a series of ID elements in a single list not that there could be multiple elements with a single IDREF value. So is your suggestion that we have a single element that will contain a collection of reference IDs? |
@pstenbjorn Correct. I may have worded my request awkwardly. For example, in
we'd have this:
|
@jdmgoogle in that case, yes, this makes a great deal of sense. |
@pstenbjorn @jdmgoogle Seconded. |
Should the suffix in those names be changed to "Ids" to reflect that it can On Thursday, January 7, 2016, Jared notifications@github.com wrote:
|
It was more than one before, and pretty much any API for parsing the data provided it as a list. I'm torn, but leaning towards keeping the name as it is. I'm open to feedback from others, though. |
The difference is that before it was multiple elements, and each On Thursday, January 7, 2016, jdmgoogle notifications@github.com wrote:
|
I think @cjerdonek makes a really good point. It's more clear regarding what the element potentially contains (1...n). I'd vote to change the name and update the styleguide to reflect it. |
Many elements of type
IDREF
also havemaxOccurs="unbounded"
. We should switch these over to IDREFS for a few reasons.Comments? Feedback?
The text was updated successfully, but these errors were encountered: