buildframework/helium/tests/data/data_model_validation_property_test.xml
author wbernard
Wed, 23 Dec 2009 19:29:07 +0200
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
permissions -rw-r--r--
helium_7.0-r14027

<?xml version="1.0" encoding="UTF-8"?>
<heliumDataModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="..\tools\common\schema\helium_data_model.xsd">
    <property>
        <name>test.property.1</name>
        <description>Test property one.</description>
    </property>      
    <group>
        <name>testGroup</name>
        <description/>
        <propertyRef usage="required">test.property.1</propertyRef>
    </group>
</heliumDataModel>