uidesigner/com.nokia.sdt.uimodel.tests/data/nodepath/other.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 	<compoundPropertyDeclaration qualifiedName="com.nokia.test.Compound">
       
    11 		<property name="text" type="string"/>
       
    12 		<componentReferenceProperty scope="model" name="aRef" />
       
    13 	</compoundPropertyDeclaration>
       
    14 	
       
    15 	<component qualifiedName="com.nokia.examples.other" >
       
    16 		<properties>
       
    17 			<property name="name" type="uniqueName"/>
       
    18 			<compoundProperty name="compound" type="com.nokia.test.Compound"/>
       
    19 			<property name="text" type="localizedString"/>
       
    20 		</properties>
       
    21 	</component>
       
    22 </componentDefinition>