[
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:35:51 -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=2AA0Anz1dEHUhPprJtKXwdF1J53Bg+YXsCMojxXByYMiLq3ivp9SO8TrgdNNaIb2eX/4p3CXREy8IiqvtmN3/K+hBy+m7iQtO+bYn6+CjGwPI0NFmlv/nll5OF29m+jMzmsHfM9tDE0QcA8LoG/XEntFl42D/gD1Hzxnn5C2NZg= ;
- 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
|