- From: Qiao, Wenjie <wq@hnc.com>
- Date: Mon, 10 Dec 2001 18:14:48 -0800
- To: <xmlschema-dev@w3.org>
Hi all,
I am new here.
Could I add a new attribute to xsd:element without violating the schema?
For example, instead of,
<xsd:element name = "name" type = "xsd:string"/>
I want
<xsd:element name = "name" type = "xsd:string" display =
"Name"/>
^^^^^^^
Notice "display" is not a standard attribute of xsd:element.
Thanks,
-Wenjie
Received on Monday, 10 December 2001 21:14:50 UTC