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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Quantity constraints

[ Lists Home | Date Index | Thread Index ]
  • To: xml-dev@lists.xml.org
  • Subject: Quantity constraints
  • From: Xasima Xirohata <xasima@gmail.com>
  • Date: Fri, 11 Nov 2005 11:59:57 +0200
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XeFSm4vlmdyDmm2fBOHrYMz7VQSsgfnEjg1F3NbrKfdZqtFzrXpiJaoiG1/nFA3vVNR7HCMQ0/o27LdICnG8SwDrh2z5HQvVGyixC27xmrO8TxI/ZBCTVCyUbbHjHLubtqip9idw4LazpCmfQi6QJ3Vg6HpSpuZk6Z2KJLiwHrc=

 I wonder if there exists a way to make a constraints on the total
count of sub elements (or sub element of the certain type) of the
given type using XSchema.

For example I mean to produce the constraints looks like:
A shop pretended to be marked "Sweetly Trader" MUST has not less than
73 different names of products (e.g. different names of cakes and so
on) in assortment. It MUST have at least 10 instance (e.g. "Royal#1
Cakes",.., "Royal#9 Cakes", "Big Cakes" ) of each type from the list
ice cream type, confetti type, cakes type. If it has more than 15
different ice-creams it might be called "Sweetly Ice-cream Trader".

How to
1)	Explicitly produce this requirement using schemas.
2)	Classify what kind of *Trader the shop (described in emailed myshop
xml) is. You see that this constraint based on counters, not on
structures.


Ex:
--------------------
element IWonnaBeSweetlyTrader {
   element ice-cream {
attribute name { text },
     text
   }
   element confetti {
     attribute name { text },
     text
   } +

   element cakes {
     attribute name { text },
     text
   } +
}
-------------------

I guess that schematron seems to be good solver for this question, but
is there anything else?


--
Regards,
          ~ Xasima Xirohata ~




 

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

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