Re: Get Schema from Document

2011-01-28 Thread Curtis Jensen
Close to what I'm looking for. Except, I want the minimum schema associated with a type (not an actual instance). Some of the schemas we're dealing with are large can hard to sift through. Thanks On Wed, Jan 19, 2011 at 2:18 PM, Jacob Danner wrote: > Have you tried the xsd2inst tool? Thats wha

Re: Get Schema from Document

2011-01-19 Thread Jacob Danner
Have you tried the xsd2inst tool? Thats what I typically use for this sort of thing. -jacobd On Wed, Jan 12, 2011 at 3:06 PM, Curtis Jensen wrote: > After compiling a schema, is it possible to generate a schema for a > given XXXDocument class? ie. I don't want the whole original schema, > just a

Get Schema from Document

2011-01-12 Thread Curtis Jensen
After compiling a schema, is it possible to generate a schema for a given XXXDocument class? ie. I don't want the whole original schema, just a schema that applies to the specific element. Thanks, Curtis - To unsubscribe, e-mail