<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision: 10707 $ $Date: 2009-07-20 18:47:03 -0300 (Mon, 20 Jul 2009) $ -->
<serviceDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.lumis.com.br/lumisportal/xsd/servicedefinition.xsd">
<service id="teste" name="STR_SERVICE_NAME" type="lum_content">
<description>STR_SERVICE_DESCRIPTION</description>
<workflow enabled="true"/>
</service>
<interfaces>
<!-- user interfaces -->
<interface id="quicklist" name="STR_QUICK_LIST" type="lum_contentQuickList">
<previewSupported>false</previewSupported>
<styles>
<style path="lumis/doui/style/GenericQuickList.xsl" name="STR_DEFAULT" id="genericQuickList"/>
<style path="lumis/doui/style/DouiServiceInterface.xsl" name="STR_GENERIC" id="genericDetails"/>
</styles>
</interface>
<interface id="list" name="STR_LIST" type="lum_contentList">
<previewSupported>false</previewSupported>
<styles>
<style path="lumis/doui/style/GenericList.xsl" name="STR_DEFAULT" id="genericList"/>
<style path="lumis/doui/style/GenericListForHtmlFile.xsl" name="STR_DEFAULT_FOR_HTML_FILE" id="genericListForHtmlFile"/>
<style path="lumis/doui/style/DouiServiceInterface.xsl" name="STR_GENERIC" id="genericDetails"/>
</styles>
</interface>
<interface id="details" name="STR_DETAILS" type="lum_contentDetails"/>
<previewSupported>false</previewSupported>
<!-- administration interfaces -->
<interface id="administration" name="STR_ADMINISTRATION" type="lum_contentAdministrationList" />
<interface id="add" name="STR_ADD" type="lum_contentAdministrationAddPropertyPage">
<popupWindowProperties>width=625,height=540,scrollbars=yes</popupWindowProperties>
</interface>
<interface id="edit" name="STR_EDIT" type="lum_contentAdministrationEditPropertyPage">
<popupWindowProperties>width=625,height=540,scrollbars=yes</popupWindowProperties>
</interface>
<interface id="addembedded" name="STR_ADD" type="lum_contentAdministrationEmbeddedAddPropertyPage" />
</interfaces>
</serviceDefinition>
|