LostProgrammer
Well-known member
- Joined
- Jan 17, 2003
- Messages
- 123
I want to reference a CLR type in an xsd file.
Is there someway to reference the schema that would contain the the type?
Is it available @ schemas.microsoft.com?
something like:
<xs:schema id="Schema1"
xmlns:data="http://tempuri.org/Data.xsd"/>
<xs:import schemaLocation="Data.xsd" namespace="http://schemas.microsoft.com/clr/nsassem/System.Data" />
<xs:element name="Command" type="data:SqlCommand"/>
any thoughts, ideas, leads appreciated.
Thanks
-lp
Is there someway to reference the schema that would contain the the type?
Is it available @ schemas.microsoft.com?
something like:
<xs:schema id="Schema1"
xmlns:data="http://tempuri.org/Data.xsd"/>
<xs:import schemaLocation="Data.xsd" namespace="http://schemas.microsoft.com/clr/nsassem/System.Data" />
<xs:element name="Command" type="data:SqlCommand"/>
any thoughts, ideas, leads appreciated.
Thanks
-lp