uidesigner/com.nokia.sdt.uimodel.tests/data/nodepath/base.component
changeset 0 fb279309251b
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" >
       
     3 <!-- Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). -->
       
     4 <!-- All rights reserved. -->
       
     5 <!-- This component and the accompanying materials are made available -->
       
     6 <!-- under the terms of the License "Eclipse Public License v1.0" -->
       
     7 <!-- which accompanies this distribution, and is available -->
       
     8 <!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     9 
       
    10 	<component qualifiedName="com.nokia.examples.base">
       
    11 		<attributes>
       
    12 			<attribute key="test-attribute">false</attribute>
       
    13 		</attributes>
       
    14 		<properties>
       
    15 			<property name="name" type="uniqueName"/>
       
    16 			<componentReferenceProperty name="ref" scope="model"/>
       
    17 			<property name="count" type="integer"/>
       
    18 		</properties>
       
    19 	</component>
       
    20 </componentDefinition>