[Home] [By Thread] [By Date] [Recent Entries]
Title: Schema question This is possible in XML
Schema, as the two <product> elements could be declared in different
namespaces with the namespace prefixes omitted (unqualified) in the XML instance
as shown below. However, as you correctly point out it's not the best approach
given the XML instance below, as the <product> element names should really
be more descriptive - i.e. the outer could be labeled to indicate "product
information" (however you choose to represent it in a tag - e.g.
<productinformation>, <product_information>, <product.info>,
or <ProductInformation>) and the inner could be labeled to indicate
"product information location" or "product URL" (the former is probably better
as it is agnostic as to the location representation mechanism and therefore
multiple mechanisms may be accepted).
Joe From: Alex Stankovic [mailto:alex.stankovic@g...] Sent: Tue 7/25/2006 10:25 PM To: xml-dev@l... Subject: Schema question Hello everybody,
|

Cart



