apache-tuscany/sca-cpp/trunk/hosting/server/data/palettes/animation/palette.composite

103 lines
4.1 KiB
XML

<?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>