Hi Abdullah,
You can do it in VS. Here's an example:
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema targetNamespace="myNS"
elementFormDefault="qualified"
xmlns="myNS"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:vs
="http://schemas.microsoft.com/Visual-Studio-Intellisense">
<xs:element name="foo" vs:help="help"/>
</xs:schema>
--
Stan Kitsis
Program Manager, XML Technologies
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Abdullah Kauchali" <no**@none.com> wrote in message
news:uK**************@TK2MSFTNGP09.phx.gbl...
How does one define additional attributes for elements in an XSD?
So, I'd like something like this:
...
<xs:element name="ClaimNumber" type="xs:string"
mycustomproperty="xs:string"/>
...
Ideally, I'd like Visual Studio (2005) to allow the entry of these
"additional properties" while designing it.
Any ideas?
Kind regards,
Abdullah