<?xml version="1.0" encoding="ISO-8859-1"?><tml:tho xmlns:tml="http://www.lexit.at/thoML" xmlns:xlink="http://www.w3.org/1999/xlink" id="fhstg">

<!-- II. Give this THO a name -->
<!-- : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : -->
<!--  Will be transformed to metainfo topic of resulting topic map -->
<!-- : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : -->
<tml:about>Das FHStG in THO-Logik</tml:about>

<!-- III. Declare shortcuts for topic ids in the current THO       -->
<!-- : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : -->
<!--  + Base keys are used to type the threads and its components  -->
<!--    as well as their relations.                                -->
<!--  + Extended keys come from the domain ontology defining the   -->
<!--    instances available in the ontology.                       -->
<!-- : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : -->
<tml:declaration>

	<!-- THO base keys:  from [Recht Ontologie] -->
	<tml:item key="rBtg">recht_ontologie.xtm#rBtg</tml:item>
	<tml:item key="rVG">recht_ontologie.xtm#rVG</tml:item>
	<tml:item key="VG">recht_ontologie.xtm#VG</tml:item>
	<tml:item key="TVG">recht_ontologie.xtm#TVG</tml:item>
	<tml:item key="Btg">recht_ontologie.xtm#Btg</tml:item>

	<!-- THO extended keys:  from [FHStG Ontologie] -->
	<tml:item key="BM">fhstg_ontologie.xtm#BM</tml:item>
	<tml:item key="Er">fhstg_ontologie.xtm#Er</tml:item>
	<tml:item key="FHR">fhstg_ontologie.xtm#FHR</tml:item>
	<tml:item key="FH-Stg">fhstg_ontologie.xtm#FH-Stg</tml:item>
	<tml:item key="L">fhstg_ontologie.xtm#L</tml:item>
	<tml:item key="S">fhstg_ontologie.xtm#S</tml:item>
	<tml:item key="AGr">fhstg_ontologie.xtm#AGr</tml:item>
	<tml:item key="FH">fhstg_ontologie.xtm#FH</tml:item>
	<tml:item key="FH-Kol">fhstg_ontologie.xtm#FH-Kol</tml:item>

	<!-- THO extended keys:  from [Recht] -->
	<tml:item key="FHStG">recht.xtm#FHStG-Gesetz</tml:item>

  </tml:declaration>

<!-- IV. Define the types -->
<!-- : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : -->
<!--  Define the type of threads, participants subthreads and      -->
<!--  components relation in current THO, using declared base keys.-->
<!--  These definitions overwrite types from [THO Ontologie]       -->
<!-- : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : -->
<tml:tho-type-definition>
	<tml:thread-type>VG</tml:thread-type>
	<tml:participant-type>Btg</tml:participant-type>
	<tml:subthread-type>TVG</tml:subthread-type>
	<tml:relation-participant-type>rBtg</tml:relation-participant-type>
	<tml:relation-subthread-type>rVG</tml:relation-subthread-type>
</tml:tho-type-definition>

<!-- V. Threads of current THO -->
<!-- : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : -->
<!--  This is the actual thread ontology definition.               -->
<!--  A special thread is t0 - the so called "source thread".      -->
<!--  The source thread contains by definition ALL elements        -->
<!--  and threads (as its subthread).                              -->
<!--                                                               -->
<!-- The transformation takes place as follows:                    -->
<!--                                                               -->
<!-- thoML                XTM                                      -->
<!-- ============================================================= -->
<!-- thread               topic                                    -->
<!--                                                               -->
<!-- id                   id                                       -->
<!--                                                               -->
<!-- name                 baseName/baseNameString                  -->
<!--                                                               -->
<!-- view                 scope(occurrence)                        -->
<!--                                                               -->
<!-- participant(e)       association [relation-participant-type]{ -->
<!--                        member[thread-type] : id               -->
<!--                         member[participant-type] : e          -->
<!--                      }                                        -->
<!--                                                               -->
<!-- subthread(s)         association [relation-subthread-type]{   -->
<!--                         member[thread-type] : id              -->
<!--                         member[subthread-type] : s            -->
<!--                      }                                        -->
<!--                                                               -->
<!-- docbase-mapping(r)   occurrence: r                            -->
<!--                                                               -->
<!-- : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : -->

<tml:thread id="t0" name="Das FHStG">
	<tml:participant>AGr</tml:participant>
	<tml:participant>BM</tml:participant>
	<tml:participant>Er</tml:participant>
	<tml:participant>FH</tml:participant>
	<tml:participant>FH-Kol</tml:participant>
	<tml:participant>FHR</tml:participant>
	<tml:participant>FH-Stg</tml:participant>
	<tml:participant>FHStG</tml:participant>
	<tml:participant>L</tml:participant>
	<tml:participant>S</tml:participant>
	<tml:subthread>t1</tml:subthread>
	<tml:subthread>t1.1</tml:subthread>
	<tml:subthread>t1.2</tml:subthread>
	<tml:subthread>t1.3</tml:subthread>
	<tml:subthread>t1.4</tml:subthread>
	<tml:docbase-mapping>fhstg_docbase_proxy.xtm#FHStG</tml:docbase-mapping>
</tml:thread>

<!-- Das FH Studium aus Sicht der Studierenden -->
<tml:thread id="t1" name="Das FH Studium">
  <tml:view>S</tml:view>
	<tml:participant>S</tml:participant>
	<tml:subthread>t1.1</tml:subthread>
	<tml:subthread>t1.2</tml:subthread>
	<tml:subthread>t1.3</tml:subthread>
	<tml:subthread>t1.4</tml:subthread>
	<tml:docbase-mapping>fhstg_docbase_proxy.xtm#a3.1.0</tml:docbase-mapping>
	<tml:docbase-mapping>fhstg_docbase_proxy.xtm#z3.1.1</tml:docbase-mapping>
	<tml:docbase-mapping>fhstg_docbase_proxy.xtm#z3.1.2</tml:docbase-mapping>
	<tml:docbase-mapping>fhstg_docbase_proxy.xtm#z3.1.3</tml:docbase-mapping>
</tml:thread>

<!-- Aufnahme zum FH Studium aus Sicht der Studierenden -->
<tml:thread id="t1.1" name="Aufnahme zum FH Studium">
  <tml:view>S</tml:view>
	<tml:participant>Er</tml:participant>
	<tml:participant>S</tml:participant>
	<tml:subthread/>
	<tml:docbase-mapping>fhstg_docbase_proxy.xtm#a4.1.0</tml:docbase-mapping>
	<tml:docbase-mapping>fhstg_docbase_proxy.xtm#a4.2.0</tml:docbase-mapping>
</tml:thread>

<!-- Studieren aus Sicht der Studierenden -->
<tml:thread id="t1.2" name="Studieren">
  <tml:view>S</tml:view>
	<tml:participant>L</tml:participant>
	<tml:participant>S</tml:participant>
	<tml:subthread/>
	<tml:docbase-mapping>fhstg_docbase_proxy.xtm#a3.2.0</tml:docbase-mapping>
</tml:thread>

<!-- Abschluss des Studiums aus Sicht der Studierenden -->
<tml:thread id="t1.3" name="Abschluss des Studiums">
  <tml:view>S</tml:view>
	<tml:participant>AGr</tml:participant>
	<tml:participant>S</tml:participant>
	<tml:subthread/>
	<tml:docbase-mapping>fhstg_docbase_proxy.xtm#a5.1.0</tml:docbase-mapping>
</tml:thread>

<!-- Weiterführendes Studium (Doktoratsstudium) aus Sicht der Studierenden -->
<tml:thread id="t1.4" name="Weiterführendes Studium">
  <tml:view>S</tml:view>
 	<tml:participant>AGr</tml:participant>
	<tml:participant>S</tml:participant>
	<tml:subthread/>
	<tml:docbase-mapping>fhstg_docbase_proxy.xtm#p5.0.0</tml:docbase-mapping>
</tml:thread>

</tml:tho>
