Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lagyossarian

    Trouble nesting elements in a schema

    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}...
  2. lagyossarian

    Trouble nesting elements in a schema

    Thanks MontyJC for the help..........DOH!
  3. lagyossarian

    Trouble nesting elements in a schema

    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">...

Part and Inventory Search

Back
Top