Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » XSD » Rstricting Content of multiple nodes(Multiple nodes have a content interconected )
Rstricting Content of multiple nodes [message #724766] Tue, 13 September 2011 06:12 Go to next message
Drd  is currently offline Drd Friend
Messages: 20
Registered: August 2011
Junior Member
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
Re: Rstricting Content of multiple nodes [message #724789 is a reply to message #724766] Tue, 13 September 2011 07:28 Go to previous message
Drd  is currently offline Drd Friend
Messages: 20
Registered: August 2011
Junior Member
I would really appreciate any hint, a direction to let me dig more for the answer but right now I am brought to a halt in my work so please I am in need of a quick reply
Previous Topic:Problem with attributeGroups
Next Topic:how to create a single Ecore model from multiple XSDs?
Goto Forum:
  


Current Time: Thu Apr 18 06:31:00 GMT 2024

Powered by FUDForum. Page generated in 0.01694 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top