What is the data type of a fixed element that has no type attribute?

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

Received on Monday, 26 March 2012 17:45:38 UTC