|
Re: some kind of restriction [message #724535 is a reply to message #724406] |
Mon, 12 September 2011 14:52 |
Ed Merks Messages: 33264 Registered: July 2009 |
Senior Member |
|
|
This forum/newsgroup is for helping to understand and use the
org.eclipse.xsd API, not as a general XML Schema help forum.
On 12/09/2011 2:55 AM, Drd wrote:
> I have this sequence of elements in the xml:
>
> <CONFIGURATION type="choice">
> <AUTOSAVE>DISABLED</AUTOSAVE>
> <PLAUSIBILITY>DISABLED</PLAUSIBILITY>
> <PARA_CONF_FCT>DISABLED</PARA_CONF_FCT>
> <CHECKSUM>DISABLED</CHECKSUM>
> <PROTECTION_2OF3>ENABLED</PROTECTION_2OF3>
> <PROTECTION_HAMMING>DISABLED</PROTECTION_HAMMING>
> <EM_GROUP>1</EM_GROUP>
> <description>
> <!-- you can choose only one of the elements from the configuration to
> ENABLE ( EM_GROUP is not affected by this) -->
> <!-- example:if the element AUTOSAVE is DISABLED then he will appear
> like so: EM_DISABLE_AUTOSAVE -->
> <!-- example:if the element AUTOSAVE is ENABLED then he will appear
> like so: EM_ENABLE_AUTOSAVE -->
> <!-- example:if EM_GROUP has the value 1 then the code will appear
> EM_GROUP_1 -->
> </description>
> </CONFIGURATION>
> **************
>
> basically I need in the xsd to respect that description:
> ONLY ONE of the elements can have the value ENABLED
> please help and thx in advance
>
Ed Merks
Professional Support: https://www.macromodeling.com/
|
|
|
Powered by
FUDForum. Page generated in 0.04206 seconds