| seribop |
| Newbie |
|
| Illinois |
|
|
| None Specified |
|
| Thursday, September 3, 2009 |
| Friday, September 4, 2009 5:37:46 PM |
2 [0.01% of all post / 0.00 posts per day] |
|
Thanks for the reply. But, that just makes a list of possible values for the attribute with an enumeration restriction. I need to force the values for the attribute values. I need <Object> to have a <String name="firmware-revision"/> and <String name="database-revision"/>.
|
Hello, I would like to make a schema that allows the same element name with different fixed attribute values. Sample xml: <List> <Object> <String name="firmware-revision" value="b"/> <String name="database-revision" value="10"/> </Object> <Object> <String name="firmware-revision" value="f"/> <String name="database-revision" value="50"/> </Object> </List>
I am having trouble making a "String" element have different fixed "name" attribute values, "firwmare-revision" and "database-revision".
I would appreciate any hints.
|
|