DR 10-0029 VML, Main: unqualified div elements in v:textbox elements

MURATA Makoto (FAMILY Given) eb2m-mrt at asahi-net.or.jp
Thu Sep 30 17:35:20 CEST 2010


Let me try again.

Vml-main.rnc has

v_CT_Textbox =
  v_AG_Id,
  v_AG_Style,
  attribute inset { xsd:string }?,
  o_singleclick?,
  o_insetmode?,
  (w_txbxContent?)


Its last line has to be modified:

  (w_txbxContent? | anyHTMLElementAsLocalElement)

where 

anyHTMLElementAsLocalElement = element local:* { anyAttribute*, text?, anyHTMLElementAsLocalElement* }

                                       This can occur anywhere after
                                       namespace declarations

where

namespace local = ""      
                                       This should occur as part of the
                                       namespace dcls in the beginning of
                                       this RNC schema.
Cheers,
Makoto


More information about the sc34wg4 mailing list