-
Key: CORBA26-34
-
Legacy Issue Number: 3925
-
Status: closed
-
Source: Open Networks Engineering ( Jean-Christophe Dubois)
-
Summary:
The definition for "choices" is as follow in the properties.dtd file:
<!ELEMENT choice ( #PCDATA ) >
<!ELEMENT choices ( choice+ )knowing that the PCDATA for choice is supposed to hold one possible value
for the "simple" if I am rightI believe this is missing a bit of descriptive power. In case you want to
specify a range of 100 values you will have to give the 100 different values
each in its own "choice" element. It is very verbose !!!We could add a range ELEMENT to the DTD as follow:
<!ELEMENT range (value, value)>
We could then change the choices ELEMENT as follow:
<!ELEMENT choices ( range | choice )+>
Any thought.
-
Reported: CORBA 2.4 — Mon, 2 Oct 2000 04:00 GMT
-
Disposition: Resolved — CORBA 2.6.1
-
Disposition Summary:
see below
-
Updated: Fri, 6 Mar 2015 20:58 GMT