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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   maxoccurs='unbounded' under xsd:all group.

[ Lists Home | Date Index | Thread Index ]
  • To: xml-dev@lists.xml.org
  • Subject: maxoccurs='unbounded' under xsd:all group.
  • From: Roxette Lurge <roxenne_2001@yahoo.com>
  • Date: Tue, 17 Jan 2006 06:34:26 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=3PyhI9iEw3cGgMMm+rG7zelnUmryruf9IhQFFbo+AfjQdGc5+TFXdvNteWK+WvBqW2rJFhaD23CKKbSwGxzsev9GgfWWpPwPu6tZtyGaZyHSXy+BgLxJdEMw1tvDQDYS6ZEENY9GVvOwowVWyzxGh6iKpcboUN8aLAbw8fWeyrs= ;
  • In-reply-to: <1137469867.18626.ezmlm@lists.xml.org>

I have seen this question being asked by few more
people on the web but there does not seem to be a
suitable workaround without sacrificing the structure
of the original xml or using external tools like
schematron, etc.

for e.g.
.........
<xs:element name="CUSTOMER">
  <xs:complexType>
    <xs:all>
      <xs:element name="ACCOUNT_NUM"
type="xs:string"/>
      <xs:element name="NAME" type="xs:string"/>
      <xs:element name="ORDERNUMBERS" type="xs:string"
maxOccurs="unbounded"/>
    </xs:all>
  </xs:complexType>
</xs:element>
..........

The above is not valid for w3c, I need to instead
break it into child elements for "ORDERNUMBERS".

Can anybody suggest a better way.

Thanks,
Baiju.



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




 

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

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