[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Schema (XSD) rule precedence
- From: George Cristian Bina <george@oxygenxml.com>
- To: adam.flinton@nhs.net
- Date: Thu, 11 Jun 2009 15:09:56 +0300
If a model group (choice, sequence, all) is optional that means its
content is optional so if you want to obtain the required content you do
not need to go into that to generate anything.
Best Regards,
George
--
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Adam Flinton wrote:
> Dear All,
>
> If I have a container element such as :
>
> <xs:all minOccurs="0">
> <xs:element ref="a" />
> <xs:element ref="b" />
> <xs:element ref="c" />
> <xs:element ref="d" />
> </xs:all>
>
>
> And then a given element in the container has a minOccurs e.g.
>
> <xs:element minOccurs="1" name="a"/>
>
> If I am walking a schema creating all required elements, do I create an
> element <a/> or not?
>
> i.e. what is the rule on constraints (e.g. required vs optional) in a
> hierarchy?
>
> TIA
>
> Adam
>
>
>
>
>
> ********************************************************************************************************************
>
>
> This message may contain confidential information. If you are not the
> intended recipient please inform the
> sender that you have received the message in error before deleting it.
> Please do not disclose, copy or distribute information in this e-mail or
> take any action in reliance on its contents:
> to do so is strictly prohibited and may be unlawful.
>
> Thank you for your co-operation.
>
> NHSmail is the secure email and directory service available for all NHS
> staff in England and Scotland
> NHSmail is approved for exchanging patient data and other sensitive
> information with NHSmail and GSI recipients
> NHSmail provides an email address for your career in the NHS and can be
> accessed anywhere
> For more information and to find out how you can switch, visit
> www.connectingforhealth.nhs.uk/nhsmail
>
> ********************************************************************************************************************
>
>
>
> _______________________________________________________________________
>
> XML-DEV is a publicly archived, unmoderated list hosted by OASIS
> to support XML implementation and development. To minimize
> spam in the archives, you must subscribe before posting.
>
> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
> Or unsubscribe: xml-dev-unsubscribe@lists.xml.org
> subscribe: xml-dev-subscribe@lists.xml.org
> List archive: http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
>
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]