XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] xs:complexType node element invalid inside another complexType?

If you want an anonymous construct within an element, then you just need:
 
           <xs:sequence>
                <xs:element name="name_last_lookup" type="xs:string"/>
                <xs:element name="id_ssn_lookup" type="xs:string"/>
                <xs:element name="arrestee_dob_lookup" type="xs:date"/>
           </xs:sequence>
HTH,

Pete Cordell
Codalogic
Visit http://www.codalogic.com/lmx/ for XML C++ data binding
----- Original Message -----
From: ilango
Sent: Tuesday, February 05, 2008 7:41 PM
Subject: Re: [xml-dev] xs:complexType node element invalid inside another complexType?

Hi 
So, I cannot define a standalone complexType element inside an element "input" that already has a complexType in it? Sorry if I am naive about schema but is the problem occurring because I already have a previous "anonymous" complexType declaration? Maybe I do not know if I am asking an intelligent question
 
thanks for your answer.
 
ilango 

Pete Cordell <petexmldev@codalogic.com> wrote:
Hi,

The boldness seems to have been lost so it's not clear which is the element
in question. Also, what error messages are you getting?

If it's the bit you've commented out, then the correct XML schema for that
is something like:











i.e. your defining an element that is a complexType, not a complexType on
its own.

HTH,

Pete Cordell
Codalogic
Visit http://www.codalogic.com/lmx/ for XML C++ data binding

----- ...cut...


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS