Thanks
I am using Visual Studio and when doing as suggested there is a warning message regarding the nested defined element as follows:
If ref is present, all of <complexType>, <simpleType>, <key>, <keyref>, <unique>, nillable, default, fixed, form, block, and type must be absent.
Why is...
Hi,
1. Need to define XSD element that has some attributes and can hold list of itself
This is the type definition:
<xs:complexType name="t_TestCase" >
<xs:sequence>
<xs:element type="t_TestCase" minOccurs="0"></xs:element>
</xs:sequence>
</xs:complexType>
This is the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.