uidesigner/com.nokia.sdt.emf.dm.tests/data/formatloadtest.nxd
author fturovic <frank.turovich@nokia.com>
Tue, 14 Apr 2009 16:37:54 -0500
changeset 95 b7a53cc14f34
parent 2 d760517a8095
permissions -rw-r--r--
fixed broken closing tags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<designerData>
cawthron
parents:
diff changeset
     3
  <component id="com.nokia.sdt.series60.CCoeControl">
cawthron
parents:
diff changeset
     4
    <property id="name">CCoeControl1</property>
cawthron
parents:
diff changeset
     5
    <property id="another">abc def ghi</property>
cawthron
parents:
diff changeset
     6
    <component id="child-component1">
cawthron
parents:
diff changeset
     7
      <compoundProperty id="location">
cawthron
parents:
diff changeset
     8
        <property id="x">100</property>
cawthron
parents:
diff changeset
     9
        <property id="y">200</property>
cawthron
parents:
diff changeset
    10
      </compoundProperty>
cawthron
parents:
diff changeset
    11
      <property id="name">child1</property>
cawthron
parents:
diff changeset
    12
      <eventBinding id="com.nokia.testevent" handlerDisplay="handlerMethod" handlerSymbol="CMyClass::handlerMethod"/>
cawthron
parents:
diff changeset
    13
      <eventBinding id="com.nokia.anotherevent" handlerDisplay="anotherHandlerMethod" handlerSymbol="CMyClass::anotherHandlerMethod"/>
cawthron
parents:
diff changeset
    14
    </component>
cawthron
parents:
diff changeset
    15
    <component id="child-component2">
cawthron
parents:
diff changeset
    16
      <property id="reference1" type="componentRef">child-component1</property>
cawthron
parents:
diff changeset
    17
      <property id="localized1" type="i18n">STR_CCoeControl1_1</property>
cawthron
parents:
diff changeset
    18
      <property id="localized2" type="i18n">STR_CCoeControl1_2</property>
cawthron
parents:
diff changeset
    19
      <sequenceProperty id="stringarray1">
cawthron
parents:
diff changeset
    20
        <element>first item</element>
cawthron
parents:
diff changeset
    21
        <element>second item</element>
cawthron
parents:
diff changeset
    22
      </sequenceProperty>
cawthron
parents:
diff changeset
    23
      <sequenceProperty id="stringarray2">
cawthron
parents:
diff changeset
    24
        <element type="i18n">first i18n item</element>
cawthron
parents:
diff changeset
    25
        <element type="i18n">second i18n item</element>
cawthron
parents:
diff changeset
    26
      </sequenceProperty>
cawthron
parents:
diff changeset
    27
      <property id="name">child2</property>
cawthron
parents:
diff changeset
    28
      <sequenceProperty id="stringarray3">
cawthron
parents:
diff changeset
    29
        <element type="componentRef">first ref item</element>
cawthron
parents:
diff changeset
    30
        <element type="componentRef">second ref item</element>
cawthron
parents:
diff changeset
    31
      </sequenceProperty>
cawthron
parents:
diff changeset
    32
      <sequenceProperty id="compoundarray">
cawthron
parents:
diff changeset
    33
        <compoundElement>
cawthron
parents:
diff changeset
    34
          <property id="aa">111</property>
cawthron
parents:
diff changeset
    35
          <property id="bb">222</property>
cawthron
parents:
diff changeset
    36
        </compoundElement>
cawthron
parents:
diff changeset
    37
        <compoundElement>
cawthron
parents:
diff changeset
    38
          <property id="aa">333</property>
cawthron
parents:
diff changeset
    39
          <property id="bb">444</property>
cawthron
parents:
diff changeset
    40
        </compoundElement>
cawthron
parents:
diff changeset
    41
      </sequenceProperty>
cawthron
parents:
diff changeset
    42
    </component>
cawthron
parents:
diff changeset
    43
  </component>
cawthron
parents:
diff changeset
    44
  <component id="com.nokia.sdt.example.baseComponent">
cawthron
parents:
diff changeset
    45
    <property id="name">abcdefg</property>
cawthron
parents:
diff changeset
    46
  </component>
cawthron
parents:
diff changeset
    47
  <stringBundle>
cawthron
parents:
diff changeset
    48
    <stringTable language="LANG_Hebrew">
cawthron
parents:
diff changeset
    49
      <string id="STR_1"/>
cawthron
parents:
diff changeset
    50
      <string id="STR_2"/>
cawthron
parents:
diff changeset
    51
      <string id="STR_3"/>
cawthron
parents:
diff changeset
    52
    </stringTable>
cawthron
parents:
diff changeset
    53
    <stringTable language="LANG_American">
cawthron
parents:
diff changeset
    54
      <string id="STR_1">abc def ghi</string>
cawthron
parents:
diff changeset
    55
      <string id="STR_2">localized string 1</string>
cawthron
parents:
diff changeset
    56
      <string id="STR_3" default="true"/>
cawthron
parents:
diff changeset
    57
    </stringTable>
cawthron
parents:
diff changeset
    58
  </stringBundle>
cawthron
parents:
diff changeset
    59
  <macroTable>
cawthron
parents:
diff changeset
    60
    <string id="macro1">this_is_a_macro</string>
cawthron
parents:
diff changeset
    61
  </macroTable>
cawthron
parents:
diff changeset
    62
</designerData>