I corrected the error MontyJC pointed out; however, I am still getting the following two errors:
file:///c:/Documents and Settings/gbusby/My Documents/MORTGAGE_APPLICATION_v2_3.xsd:204,24: Error: complexContent content must be one of element, group, modelGroupRef. Saw {null}...
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.