I have 2 separate XSDs with some common attributes. I want to create another XSD and put all my common attributes in the separate XSD and import them in the 2 XSDs i have already rather than repeating them or duplicating them in both the XSDs.
Is there any reference for such implementation?
We do it like this:
Shared "library" xsd:
Left xsd with same target namespace:
Right xsd with different target namespace (needs an Import instead if an Include statement)