summaryrefslogtreecommitdiffstats
path: root/sca-cpp/branches/lightweight-sca/hosting/server/data/palettes/animation/palette.composite
blob: 75cbf497b650cd10d7af45ce7912f3f9f0c4fdbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.    
-->
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" name="palette" targetNamespace="http://palette">
 <service name="frames" promote="frames"/>
 <service name="htattrs" promote="htattrs"/>
 <service name="htbutton" promote="htbutton"/>
 <service name="htcheck" promote="htcheck"/>
 <service name="htimg" promote="htimg"/>
 <service name="htinline" promote="htinline"/>
 <service name="htlink" promote="htlink"/>
 <service name="htstyle" promote="htstyle"/>
 <service name="left" promote="left"/>
 <service name="pixels" promote="pixels"/>
 <service name="top" promote="top"/>
 <service name="transform" promote="transform"/>
 <service name="transition" promote="transition"/>
 <component x="170" y="160" name="frames" title="frames" color="white1">
  <implementation.python script="nuvem/frames.py"/>
  <service name="frames"/>
  <reference name="msec"/>
  <reference name="loop"/>
  <reference name="content"/>
 </component>
 <component x="140" y="60" name="htattrs" title="attrs:" color="white1">
  <implementation.python script="nuvem/htattrs.py"/>
  <service name="htattrs"/>
  <reference name="value"/>
 </component>
 <component x="130" y="10" name="htbutton" title="button" color="white1">
  <implementation.python script="nuvem/htbutton.py"/>
  <service name="htbutton"/>
  <reference name="value"/>
 </component>
 <component x="250" y="10" name="htcheck" title="checkbox" color="white1">
  <implementation.python script="nuvem/htcheck.py"/>
  <service name="htcheck"/>
  <reference name="value"/>
 </component>
 <component x="80" y="10" name="htimg" title="img" color="white1">
  <implementation.python script="nuvem/htimg.py"/>
  <service name="htimg"/>
  <reference name="value"/>
 </component>
 <component x="80" y="60" name="htinline" title="inline" color="white1">
  <implementation.python script="nuvem/htinline.py"/>
  <service name="htinline"/>
  <reference name="value"/>
 </component>
 <component x="200" y="10" name="htlink" title="link" color="white1">
  <implementation.python script="nuvem/htlink.py"/>
  <service name="htlink"/>
  <reference name="value"/>
 </component>
 <component x="200" y="60" name="htstyle" title="style" color="white1">
  <implementation.python script="nuvem/htstyle.py"/>
  <service name="htstyle"/>
  <reference name="value"/>
 </component>
 <component x="230" y="110" name="left" title="left" color="white1">
  <implementation.python script="nuvem/left.py"/>
  <service name="left"/>
  <reference name="value"/>
 </component>
 <component x="260" y="60" name="pixels" title="pixels" color="white1">
  <implementation.python script="nuvem/pixels.py"/>
  <service name="pixels"/>
  <reference name="value"/>
 </component>
 <component x="170" y="110" name="top" title="top" color="white1">
  <implementation.python script="nuvem/top.py"/>
  <service name="top"/>
  <reference name="value"/>
 </component>
 <component x="80" y="160" name="transform" title="transform" color="white1">
  <implementation.python script="nuvem/transform.py"/>
  <service name="transform"/>
  <reference name="x"/>
  <reference name="y"/>
  <reference name="d"/>
 </component>
 <component x="80" y="110" name="transition" title="transition" color="white1">
  <implementation.python script="nuvem/transition.py"/>
  <service name="transition"/>
  <reference name="value"/>
 </component>
</composite>