Browse Source

SXC xml-Struktur korrigiert #1

sxc_0.1_Release
Daniel Quathamer 8 months ago
parent
commit
074f3d5cf3
  1. 45
      src-modules/module/sxc/conf/sxc.xml

45
src-modules/module/sxc/conf/sxc.xml

@ -534,8 +534,9 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[SXC]" /> @@ -534,8 +534,9 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[SXC]" />
<views>
<view name="sxc_hochschulen_art">
<columns><column name="druck" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<columns><column name="kurztext" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<columns>
<column name="druck" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="kurztext" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="apnr" type ="INTEGER" size ="10" default ="" notnull ="false" />
<column name="parent" type ="INTEGER" size ="10" default ="" notnull ="false" />
<column name="ebene" type ="INTEGER" size ="10" default ="" notnull ="false" />
@ -564,8 +565,8 @@ UNION @@ -564,8 +565,8 @@ UNION
]]></sql>
</view>
<view name="sxc_hochschulen_bland">
<columns><column name="druck" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<columns><column name="kurztext" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<columns><column name="druck" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="kurztext" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="apnr" type ="INTEGER" size ="10" default ="" notnull ="false" />
<column name="parent" type ="INTEGER" size ="10" default ="" notnull ="false" />
<column name="ebene" type ="INTEGER" size ="10" default ="" notnull ="false" />
@ -592,8 +593,8 @@ UNION @@ -592,8 +593,8 @@ UNION
]]></sql>
</view>
<view name="sxc_hochschulen_liste">
<columns><column name="druck" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<columns><column name="kurztext" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<columns><column name="druck" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="kurztext" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="apnr" type ="INTEGER" size ="10" default ="" notnull ="false" />
<column name="parent" type ="INTEGER" size ="10" default ="" notnull ="false" />
<column name="ebene" type ="INTEGER" size ="10" default ="" notnull ="false" />
@ -614,8 +615,8 @@ UNION @@ -614,8 +615,8 @@ UNION
]]></sql>
</view>
<view name="sxc_hochschulen_nrw_art">
<columns><column name="druck" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<columns><column name="kurztext" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<columns><column name="druck" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="kurztext" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="apnr" type ="INTEGER" size ="10" default ="" notnull ="false" />
<column name="parent" type ="INTEGER" size ="10" default ="" notnull ="false" />
<column name="ebene" type ="INTEGER" size ="10" default ="" notnull ="false" />
@ -644,8 +645,8 @@ UNION @@ -644,8 +645,8 @@ UNION
]]></sql>
</view>
<view name="sxc_hochschulen_nrw_liste">
<columns><column name="druck" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<columns><column name="kurztext" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<columns><column name="druck" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="kurztext" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="apnr" type ="INTEGER" size ="10" default ="" notnull ="false" />
<column name="parent" type ="INTEGER" size ="10" default ="" notnull ="false" />
<column name="ebene" type ="INTEGER" size ="10" default ="" notnull ="false" />
@ -667,10 +668,10 @@ UNION @@ -667,10 +668,10 @@ UNION
</view>
<view name="sxc_hochschulen_hsk_art">
<columns><column name="druck" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<columns><column name="kurztext" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<column name="apnr" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<column name="parent" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<columns><column name="druck" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="kurztext" 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="ebene" type ="INTEGER" size ="10" default ="" notnull ="false" />
</columns>
<sql dbsystem=""><![CDATA[
@ -718,10 +719,10 @@ UNION @@ -718,10 +719,10 @@ UNION
]]></sql>
</view>
<view name="sxc_hochschulen_traeger_bland">
<columns><column name="druck" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<columns><column name="kurztext" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<column name="apnr" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<column name="parent" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<columns><column name="druck" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="kurztext" 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="ebene" type ="INTEGER" size ="10" default ="" notnull ="false" />
</columns>
<sql dbsystem=""><![CDATA[
@ -758,10 +759,10 @@ UNION @@ -758,10 +759,10 @@ UNION
]]></sql>
</view>
<view name="sxc_hochschulen_bland_traeger">
<columns><column name="druck" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<columns><column name="kurztext" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<column name="apnr" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<column name="parent" type ="CHAR" size ="2147483647" default ="" notnull ="false" />
<columns><column name="druck" type ="VARCHAR" size ="255" default ="" notnull ="false" />
<column name="kurztext" 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="ebene" type ="INTEGER" size ="10" default ="" notnull ="false" />
</columns>
<sql dbsystem=""><![CDATA[

Loading…
Cancel
Save