2025-03-20 17:30:43 +08:00

15 lines
3.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<Table type="SQL" tableName="LINKAGE_SETTING" filter="" priority="2">
<COLS enableSQLSeq="false">
<COL desc="*Nom de la liaison" SQLName="NAME" SQLType="VARCHAR(32)" valueType="String" valueLimit="" editable="true" hide="false" defaultValue="" isPrimaryKey="true" notNull="true" isUnique="false" group="Attributs éditables"/>
<COL desc="Description de la liaison" SQLName="DESCRIPTION" SQLType="VARCHAR(128)" valueType="String" valueLimit="" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="false" isUnique="false" group="Attributs éditables"/>
<COL desc="Mode de déclenchement" SQLName="TRIGGER_TYPE" SQLType="DECIMAL(10)" valueType="Combobox" valueLimit="0:Aucun déclenchement/1:Déclenchement par condition/2:Déclenchement par horodatage/3:Déclenchement périodique" editable="true" hide="false" defaultValue="0:Aucun déclenchement" isPrimaryKey="false" notNull="false" isUnique="false" group="Attributs éditables"/>
<COL desc="Nom du déclencheur" SQLName="TRIGGER_CONDITION" SQLType="VARCHAR(64)" valueType="SqlCombobox" valueLimit="SELECT TAG_NAME,DESCRIPTION FROM TRIGGER_CONDITION_DEFINE WHERE '%1' = 1 UNION SELECT TAG_NAME,DESCRIPTION FROM TRIGGER_TIMER_DEFINE WHERE '%1' = 2 UNION SELECT TAG_NAME,DESCRIPTION FROM TRIGGER_PERIOD_DEFINE WHERE '%1' = 3;TAG_NAME:DESCRIPTION;row@TRIGGER_TYPE" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="false" isUnique="false" group="Attributs éditables"/>
<COL desc="Mode d'exécution" SQLName="EXEC_TYPE" SQLType="DECIMAL(10)" valueType="Combobox" valueLimit="0:Automatique/1:Semi-automatique/2:Manuel" editable="true" hide="false" defaultValue="0:Automatique" isPrimaryKey="false" notNull="false" isUnique="false" group="Attributs éditables"/>
<COL desc="Type de liaison" SQLName="LINK_TYPE" SQLType="DECIMAL(10)" valueType="Combobox" valueLimit="0:Incendie local/1:Blocage de zone/2:Opération journalière/3:Personnalisé 1/4:Personnalisé 2" editable="false" hide="false" defaultValue="" isPrimaryKey="false" notNull="false" isUnique="false" group="Attributs de navigation"/>
<COL desc="*Emplacement associé" SQLName="LOCATION_ID" SQLType="DECIMAL(10)" valueType="SqlCombobox" valueLimit="SELECT * FROM SYS_MODEL_LOCATION_INFO;LOCATION_ID:DESCRIPTION" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="false" isUnique="false" group="Attributs éditables"/>
<COL desc="Liaisons exclusives (séparées par ,)" SQLName="MUTEX_LIST" SQLType="VARCHAR(1280)" valueType="String" valueLimit="" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="false" isUnique="false" group="Attributs éditables"/>
<COL desc="Marque temporelle" SQLName="TIMEFLAG" SQLType="DECIMAL(22)" valueType="String" valueLimit="" editable="true" hide="true" defaultValue="" isPrimaryKey="false" notNull="false" isUnique="false" group="Attributs éditables"/>
</COLS>
</Table>