John Ross | 3c706bc | 2013-09-11 05:43:11 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <md:MetaData |
| 3 | xmlns:md="http://www.org.osgi/xmlns/metatype/v1.0.0/md" |
| 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 5 | xsi:schemaLocation="http://www.org.osgi/xmlns/metatype/v1.0.0/md metatype.xsd"> |
| 6 | <OCD id="getMinMax" name="getMinMax"> |
| 7 | <AD id="getMax" type="Integer" max="0"/> |
| 8 | <AD id="getMaxNull" type="Integer" min="0"/> |
| 9 | <AD id="getMin" type="Integer" min="5"/> |
| 10 | <AD id="getMinNull" type="Integer" max="25"/> |
| 11 | <AD id="getMaxAsNotANumber" type="String" max="1.0.0"/> |
| 12 | <AD id="getMinAsNotANumber" type="String" min="foo"/> |
| 13 | <AD id="minMaxValidUsingInt" type="Password" min="8" max="16"/> |
| 14 | <AD id="minMaxValidUsingString" type="String" min="1" max="1.2"/> |
Thomas Watson | 59494aa | 2019-11-07 08:52:45 -0600 | [diff] [blame] | 15 | <AD id="getDouble" type="Double" min="1" max="100"/> |
| 16 | <AD id="getFloat" type="Float" min="1" max="100"/> |
| 17 | <AD id="getByte" type="Byte" min="1" max="2"/> |
| 18 | <AD id="getShort" type="Short" min="1" max="2"/> |
| 19 | <AD id="getCharacter" type="Character" min="a" max="z"/> |
| 20 | <AD id="getBoolean" type="Boolean" min="false" max="true"/> |
| 21 | <AD id="getLong" type="Long" min="1" max="1000"/> |
| 22 | <AD id="getBigInteger" type="BigInteger" min="1" max="1000"/> |
| 23 | <AD id="getBigDecimal" type="BigDecimal" min="1.1" max="1000.1"/> |
John Ross | 3c706bc | 2013-09-11 05:43:11 -0500 | [diff] [blame] | 24 | </OCD> |
| 25 | <Designate pid="org.eclipse.equinox.metatype.tests.getMinMax.tb1"> |
| 26 | <Object ocdref="getMinMax"/> |
| 27 | </Designate> |
| 28 | </md:MetaData> |