I'm new to XML and XSD. I have an existing schema with an element, ASSET, to which I want to add a sub-element, ACCOUNT. The existing code is below:
<xs:element name="ASSET">
<xs:complexType>
<xs:sequence>
<xs:complexContent>
<xs:restriction base="xs:anyType">...
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.