Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 17th, 2012  |  syntax: None  |  size: 0.55 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. XML Schema - elementFormDefault is unqualified but namespace prefix is used
  2. <emma:emma version="1.0" xmlns:emma="http://www.w3.org/2003/04/emma"
  3.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.     xsi:schemaLocation="http://www.w3.org/2003/04/emma
  5.     http://www.w3.org/TR/2009/REC-emma-20090210/emma.xsd"
  6.     xmlns="http://www.example.com/example">
  7.     <emma:interpretation id="r1" emma:medium="acoustic" emma:mode="voice">
  8.         ...
  9.     </emma:interpretation>
  10. </emma:emma>
  11.        
  12. elementFormDefault="unqualified" attributeFormDefault="unqualified"