Rstricting Content of multiple nodes [message #724766] |
Tue, 13 September 2011 02:12  |
Eclipse User |
|
|
|
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
|
|
|
|
Powered by
FUDForum. Page generated in 0.03646 seconds