Bug #1586
ObjectLocation uses Identifier rather than Nodereference as type for nodeIdentiifier
Status:
Closed
Priority:
High
Assignee:
Category:
d1_schemas
Target version:
Start date:
2011-05-24
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
NodeReference and Identifier both derive from NonEmptyString, but NodeReference is defined as a simple type whereas Identifier is a complex type.
A: Is there a need for NodeIdentifier and Identifier to be separate?
B: If so, should NodeIdentifier be a complex type.
History
#1 Updated by Dave Vieglais over 13 years ago
- Position set to 1
#2 Updated by Dave Vieglais over 13 years ago
- Status changed from New to Closed
Changed ObjectLocation.nodeIdentifier to a NodeReference type from an Identifier type.
This change is committed in the trunk.