OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] Create DB Structure based on Schema/DTD set

[ Lists Home | Date Index | Thread Index ]

[Phil Fuhlman]

Looking at your 'resume.xsd' file, I'm no expert, but there's no single root
element defined.

[Tom P]
An XML Schema has no way, in general, to designate a unique root element for
a document.

[Phil Fuhlman]

After a quick read of your schema i made an very brief complimentary XML
doc:

<StructuredXMLResume>
    <ContactInfo>yyy</ContactInfo>
</StructuredXMLResume>
<NonXMLResume>
    <TextResume>zzz</TextResume>
</NonXMLResume>

which - regarless of schema - won't load:

[Tom P]
Obviously not, since without a single root it is not even XML - but beside
the point because of the point mentioned above.

Cheers,

Tom P






 

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

Copyright 2001 XML.org. This site is hosted by OASIS