diff -r 87cfa131b535 -r e7e0ae78773e configurationengine/source/cone/validation/tests/testdata/schema/confml1/valid/feature1.confml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configurationengine/source/cone/validation/tests/testdata/schema/confml1/valid/feature1.confml Tue Aug 10 14:29:28 2010 +0300 @@ -0,0 +1,112 @@ + + + + Feature with all supported setting types for ConfML v1.0 + + A real setting + + + An int setting + + + A string setting + + + A boolean setting + + + A selection setting + + + + A multi-selection setting + + + + A sequence setting + + A real sub-setting + + + An int sub-setting + + + A string sub-setting + + + A boolean sub-setting + + + A selection sub-setting + + + A multi-selection sub-setting + + + + + + 3.14 + 10 + default string + true + 1 + "opt 0" "opt 2" "opt 4" + + 1.0 + 1 + template + false + 0 + "opt 0" + + + 1.25 + 128 + def1 + false + 1 + "opt 1" + + + 1.5 + 256 + def2 + false + 1 + "opt 2" + + + + + + + true + false + false + true + true + false + + +