You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Say I have an XML element
<data type="number">10</data>
Can an XML schema validate the contents of the data tag based on the value of an attribute?
Martin Honnen
unread,
Apr 28, 2012, 8:20:37 AM4/28/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
If you use the attribute the specification defines for that purpose
(xsi:type) and the data types defined in the specification (schema data
types) then yes e.g.