Is there a way to indicate that one of 2 attributes is required in XSD?
For example, I have a definition like this:
<xs:attribute name="Name" type="xs:string" use="optional" /> <xs:attribute name="Id" type="xs:string" use="optional" />
I want to be able to determine that at least one of them is required. Is it possible?
xsd
user92454 Apr 18 '09 at 7:13 2009-04-18 07:13
source share