uidesigner/com.nokia.sdt.test.componentlibrary/components/refPromotionTestSub.component
equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). --> |
|
3 <!-- All rights reserved. --> |
|
4 <!-- This component and the accompanying materials are made available --> |
|
5 <!-- under the terms of the License "Eclipse Public License v1.0" --> |
|
6 <!-- which accompanies this distribution, and is available --> |
|
7 <!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
8 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component"> |
|
9 |
|
10 |
|
11 <compoundPropertyDeclaration qualifiedName="com.nokia.test.rptSubComponent.compound"> |
|
12 <property name="x" type="integer"/> |
|
13 <property name="y" type="integer"/> |
|
14 </compoundPropertyDeclaration> |
|
15 |
|
16 <component friendlyName="ComponentReferenceTest" |
|
17 qualifiedName="com.nokia.test.rptSubComponent" |
|
18 category="Testing" version="1.0"> |
|
19 <symbian sdkName="com.nokia.series60" minSDKVersion="2.0" maxSDKVersion="3.0"/> |
|
20 <attributes> |
|
21 <attribute key="not-in-toolbox">true</attribute> |
|
22 </attributes> |
|
23 <properties> |
|
24 <property name="name" type="uniqueName"/> |
|
25 <property name="intValue" type="integer"/> |
|
26 <property name="stringValue" type="localizedString"/> |
|
27 <componentReferenceProperty name="refValue" scope="model"/> |
|
28 <compoundProperty name="locationValue" type="com.nokia.test.rptSubComponent.compound"/> |
|
29 <arrayProperty name="arrayValue" type="boolean"/> |
|
30 </properties> |
|
31 </component> |
|
32 </componentDefinition> |