Datenwürfel für SuperX
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

141 lines
6.4 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!--<!DOCTYPE module SYSTEM "../../../conf/superx-module.dtd">-->
<module name="xcube" version="0.1" sachgebiet_id="1000" sachgebiet="xcube" systeminfo_id="1000" system="xcube" thema="Datenwürfel" thema_parent="">
<database name="superx" version="2.1" system="superx">
<table name="xcube">
<columns>
<column name="tid" type ="SERIAL" size ="" default ="" notnull ="true" isKey="true"/>
<column name="uniquename" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="name" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="sachgebiet" type ="INTEGER" size ="" default ="" notnull ="true" />
<column name="table_name" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="maskeninfo_id" type ="INTEGER" size ="10" default ="" notnull ="true" />
<column name="restriction" type ="TEXT" size ="" default ="" notnull ="false" />
</columns>
</table>
<table name="xcube_kennzahl">
<columns>
<column name="tid" type ="SERIAL" size ="" default ="" notnull ="true" isKey="true"/>
<column name="maskeninfo_id" type ="INTEGER" size ="10" default ="" notnull ="true" />
<column name="apnr" type ="VARCHAR" size ="255" default ="" notnull ="true" />
<column name="name" type ="VARCHAR" size ="255" default ="" notnull ="true" />
<column name="aggrfunction" type ="TEXT" size ="" default ="" notnull ="true" />
<column name="restriction" type ="TEXT" size ="" default ="" notnull ="false" />
<column name="datatype" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="is_default" type ="SMALLINT" size ="5" default ="" notnull ="false" />
<column name="sortnr" type ="SMALLINT" size ="5" default ="" notnull ="false" />
</columns>
</table>
<table name="xcube_dimconfig">
<columns>
<column name="tid" type ="SERIAL" size ="" default ="" notnull ="true" isKey="true"/>
<column name="maskeninfo_id" type ="INTEGER" size ="10" default ="" notnull ="true" />
<column name="name" type ="VARCHAR" size ="255" default ="" notnull ="true" />
<column name="caption" type ="VARCHAR" size ="255" default ="" notnull ="true" />
<!-- <column name="generic_dimension" type ="VARCHAR" size ="255" default ="" notnull ="false" /> -->
<column name="is_sicht" type ="SMALLINT" size ="5" default ="0" notnull ="true" />
<column name="calc_gesamt" type ="SMALLINT" size ="5" default ="1" notnull ="true" />
<column name="is_rowdim" type ="SMALLINT" size ="5" default ="1" notnull ="true" />
<column name="is_secondrowdim" type ="SMALLINT" size ="5" default ="1" notnull ="true" />
<column name="is_rowdefault" type ="SMALLINT" size ="5" default ="0" notnull ="true" />
<column name="is_coldim" type ="SMALLINT" size ="5" default ="1" notnull ="true" />
<column name="is_secondcoldim" type ="SMALLINT" size ="5" default ="1" notnull ="true" />
<column name="is_coldefault" type ="SMALLINT" size ="5" default ="0" notnull ="true" />
<column name="attrib_nachbearbeitung" type ="TEXT" size ="" default ="" notnull ="false" description="Nachbearbeiten eines Attributs"/>
<!-- <column name="specific_restriction" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="specific_2ndcol_restriction" type ="VARCHAR" size ="255" default ="" notnull ="false" />-->
<column name="is_virtual" type ="SMALLINT" size ="" default ="0" notnull ="true" />
<column name="vcsql" type ="TEXT" size ="" default ="" notnull ="false" description="SQL zum Setzen der virtuellen Spalte"/>
<column name="foreignkey_tab" type="VARCHAR" size="255" default="" notnull="false" description="Fremdschlüssel Tabelle" />
<column name="foreignkey_col" type="VARCHAR" size="255" default="" notnull="false" description="Fremdschlüssel Feld (Schlüssel)" />
<column name="foreignkey_cap" type="VARCHAR" size="255" default="" notnull="false" description="Fremdschlüssel Feld (Bezeichnung)" />
<column name="foreignkey_cond" type="VARCHAR" size="255" default="" notnull="false" description="Zusätzliche Bedingung für Fremdschlüssel" />
<column name="foreignkey_func" type="VARCHAR" size="255" default="" notnull="false" description="Zusätzliche Funktion für Fremdschlüssel" />
<column name="sortfield" type ="VARCHAR" size ="255" default ="" notnull ="false" />
</columns>
<indexes>
<index name="ix_xc_dc">
<index-column name="maskeninfo_id" />
</index>
</indexes>
<primaryKeys><rs>
</rs></primaryKeys>
<foreignKeys></foreignKeys>
<importedKeys></importedKeys>
<privileges><rs>
</rs></privileges>
</table>
<table name="xcube_dims">
<columns>
<column name="id" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="apnr" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="parent" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="name" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="strukturstr" type ="VARCHAR" size ="2000" default ="" notnull ="false" />
<column name="strukturint" type ="INTEGER" size ="" default ="" notnull ="false" />
<column name="sort1" type ="INTEGER" size ="10" default ="" notnull ="false" />
</columns>
<indexes>
<index name="ix_xc_dim11">
<index-column name="id" />
</index>
</indexes>
<primaryKeys><rs>
</rs></primaryKeys>
<foreignKeys></foreignKeys>
<importedKeys></importedKeys>
<privileges><rs>
</rs></privileges>
</table>
<functions>
</functions>
<views>
</views>
<themen>
<thema name="xCubes" parent="Abfragen"></thema>
</themen>
<masken>
<maske tid="21000" name="Studierendenwürfel" thema="xCubes">
<src>
<path>$XCUBE_PFAD/masken</path>
<dbsystem>POSTGRES</dbsystem>
</src>
</maske>
</masken>
</database>
<install>
<install-step>
<action error="cont">
<nativeaction sql="" scriptfile="$XCUBE_PFAD/schluesseltabellen/xcube_install.sql" database=""/>
<nativeaction sql="" scriptfile="$XCUBE_PFAD/schluesseltabellen/xcube_install_restrictions.sql" database=""/>
<nativeaction sql="" scriptfile="$XCUBE_PFAD/schluesseltabellen/xcube_dims_install.sql" database=""/>
</action>
</install-step>
</install>
<upgrade>
<upgrade-step>
<action error="cont">
<nativeaction sql="" scriptfile="$XCUBE_PFAD/schluesseltabellen/xcube_install.sql" database=""/>
<nativeaction sql="" scriptfile="$XCUBE_PFAD/schluesseltabellen/xcube_install_restrictions.sql" database=""/>
<nativeaction sql="" scriptfile="$XCUBE_PFAD/schluesseltabellen/xcube_dims_install.sql" database=""/>
</action>
</upgrade-step>
</upgrade>
<etl>
<etl-step name="Aktualisieren der xcube-Tabellen" type="trans">
<action error="stop">
</action>
</etl-step>
</etl>
</module>