Open cjcodeproj opened 9 months ago
The element will need a structure that allows for each integration with third party or non-standard identifiers.
Consider this:
<other>
<name>Criterion Spine Number</name>
<value>1027</value>
</other>
One goal should be avoiding an endless string of name/value pairs, especially when the data is consistent.
Consider these values:
Each of these values are potentially unique keys. The element structure should allow for external elements with their own namespaces.
Rough example:
<other xmlns:shout='http://shoutfactory/'>
<shout:spineNumber>3</shout:spineNumber>
</other>
Right now media devices are only cataloged by numbers tied to the physical product.
or
It may make more sense to extend the structure to be more flexible, and to group similar data together.
Are there other metrics that can be recorded in this data structure? When music comes around, what other values make sense?
This would also benefit ticket #43
Note: This would be a pretty extensive change if it is determined to be suitable.