4
votes
  1. If i declare an xsd element without explicitly specifying a type: <xsd:element name="e"> what would be the assumed type?

  2. Is there any way to change the "default type" ?

1

1 Answers

5
votes
  1. It is the ur-type, http://www.w3.org/TR/xmlschema-1/#ur-type-itself, or anyType. So anything goes!
  2. Not that I'm aware of