Home All Groups Group Topic Archive Search About

Can you add custom attributes to an Xsd table header file

Author
19 Oct 2006 10:14 PM
j2associates
Hello all,

Is there a way to store a custom attribute in the file header of an Xsd
file? I would like to store the original loading stored proc name. I would
like to be able to do something like the following where SelectCommand is my
custom attribute.

Schema generates this entry when I drag stored proc onto design surface:
<xs:element name="Leg">

I would like to be able to add a custom attribute something like this:
<xs:element name="Leg" SelectCommand="MyStoredProdName">

I don't want to have to use a row attribute because of the redundancy. Or
better, can I inherit the Schema Editor and overload / override some things?

AddThis Social Bookmark Button