I have the following type structure:
Foo (abstract) Bar extends Foo Baz extends Foo Bar1 extends Bar Baz1 extends Baz
I have two elements I'd like to restrict the types of:
Is this possible in XSD?
I have the following type structure:
Foo (abstract) Bar extends Foo Baz extends Foo Bar1 extends Bar Baz1 extends Baz
I have two elements I'd like to restrict the types of:
Is this possible in XSD?