What is the data type of a fixed element that has no type attribute?
"Costello, Roger L." <[email protected]>
| Newsgroups | gmane.text.xml.schema.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Folks,
What is the data type of this fixed element:
<element name="Aircraft" fixed="boeing:AC-747" />
Can an XML instance document specify that its type is a QName, like so:
<Aircraft xsi:type="xs:QName">boeing:AC-747</Aircraft>
That results in an error, why?
/Roger