Property attributes are overwritten #20
Labels
No labels
area/api
area/content_model
area/framework
area/io
area/presentation
area/preservation
area/rdf
area/security
area/submission
area/ui
p
critical
p
high
p
low
p
medium
s
blocked
s
done
s
progress
s
testing
s
wontfix
t
bug
t
documentation
t
enhancement
t
feature
t
test
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
scossu/pocket_archive#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If two schema definitions have the same property (whether inherited, or on different lineages), the last one to be parsed overwrites ALL attributes for that property. That should not happen; instead:
a. Properties in the same lineage should only override attributes present in the child type.
b. Properties in different lineages with the same name and URI should behave independently and may have different sets of attributes.
Fixed by
8f70b902a5.