<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" "file:/D:/xmltools/docbook/docbkx412/docbookx.dtd" [<!ENTITY points SYSTEM "../points.xml">
]>
<book>
	<title>Klausur Dokumenterstellung IA - </title>
	<subtitle>Sommersemester 2003</subtitle>
	<bookinfo>
		<author>
			<honorific>Prof</honorific>
			<firstname>Walter</firstname>
			<surname>Kriha</surname>
			<affiliation>
		<orgname><remark>Hochschule der Medien, Stuttgart</remark></orgname>
				<orgdiv><remark>Medieninformatik</remark></orgdiv>
			</affiliation>
		</author>
		<legalnotice>
			<para>
			<note>
					<para></para>
			</note></para>
				<para>

	        <emphasis>        Bitte ausf&uuml;llen:</emphasis></para>

		<literallayout>
                   Vorname:_____________________



                  Nachname:_____________________



            Matrikelnummer:_____________________



               Studiengang:_____________________




</literallayout>
			<para></para>
		</legalnotice>
	</bookinfo>
	<preface>
		<title>Informationen zur Klausur </title>
		<informaltable frame="all" tocentry="0">
<tgroup cols="2" colsep="1" rowsep="1" align="right">
<colspec colname="c1" colwidth="90"/>
<colspec colname="c2" colwidth="80"/>
<!-- <colspec colnum="2" colname="c2"/>
<spanspec spanname="hspan" namest="c1" nameend="c2" align="center"/>
-->
<thead>
<row>
					
	<entry >Fachbereich</entry>
  <entry >Fachbereichs&uuml;bergreifend</entry>
</row>
</thead>
<tbody>
<row>
  <entry >Veranstaltung</entry>
								<entry >Dokumenterstellung IA</entry>
</row>
<row>
  <entry >EDV Nummer</entry>
								<entry >15201</entry>
</row>
<row>
  <entry >Datum</entry>
								<entry >Juli 2003</entry>
</row>
<row>
  <entry >Zeit</entry>
								<entry >60 Minuten</entry>
</row>
<row>
  <entry >Hilfsmittel</entry>
								<entry >keine</entry>
</row>
</tbody>
</tgroup>
</informaltable>
		<para>
		<remark>Die Fragen k&ouml;nnen in Englisch oder Deutsch beantwortet werden.</remark></para>
	</preface>
	<article>
			<qandaset>
				<qandaentry lang="en">
					<question><para>
          Vergleichen Sie kurz HTML und XML. Sind beide erweiterbar und durch wen?</para>
						<para>Make a short comparison of HTML and XML. Are both extensible and by whom?</para>
					</question>
					<answer>
						<para>

<literallayout>














</literallayout>&points;
	</para>
					</answer>
				</qandaentry>
				<qandaentry lang="en">
					<question>
						<para>Erkl&auml;ren Sie die Bedeutung von <markup>* + ?</markup> in einer DTD?. Wie k&ouml;nnen Sie ausdr&uuml;cken dass Sie genau "3" elemente eines Types wollen?</para>
						<para>Explain the meaning of <markup>* + ?</markup> in a DTD? How can you express that you want exactly "3" elements of a type?</para>
					</question>
					<answer>
						<para>
<literallayout>















</literallayout>&points;
</para>
					</answer>
				</qandaentry>
				<qandaentry lang="en">
					<question>
						<para>Erkl&auml;ren Sie den Unterschied zwischen validem und wohlgeformtem XML. Warum kann Ihnen der Editor im Fall von g&uuml;ltigem XML viel mehr helfen?</para>
						<para>Explain the difference between valid and well-formed XML. Why can the editor support you much better with valid XML?</para>
					</question>
					<answer>
						<para>
<literallayout>















</literallayout>&points;
</para>
					</answer>
				</qandaentry>
				<qandaentry lang="en">
					<question>
						<para>Eine DTD definiert ein "CD" Element. F&uuml;gen Sie ein Attribute "Titel" hinzu. Geben Sie DTD und eine Beispielinstanz aus? </para>
						<para>A DTD defines a "CD" element. Add an attribute "Title" to this element. How does this look in the DTD and an example of an instance?</para>
					<para><markup><![CDATA[ <!ELEMENT Produkt (#PCDATA)> ]]></markup></para>
					</question>
					<answer>
						<para>
<literallayout>










</literallayout>&points;
</para>
					</answer>
				</qandaentry>
				<qandaentry lang="en">
					<question>
						<para>Wie sieht das Ergebnis aus wenn folgendes Fragment einer Instanz durch den Parser geht?</para>
						<para>How does the result look if the following fragment of an instance gets parsed?</para>
						<para>
							<markup><![CDATA[ <!ENTITY HdM "Hochschule der Medien" > ]]></markup> </para> 
						<para>
							<markup><![CDATA[ <!ENTITY Feier "100-Jahr Feier" > ]]></markup> </para> 
           <para>        
              <markup><![CDATA[  <text>In diesem Jahr hat die &HdM; ihre &Feier; </text> ]]></markup></para>
					</question>
					<answer>
						<para>
<literallayout>









</literallayout>&points;
</para>
					</answer>
				</qandaentry>
				<qandaentry lang="en">
					<question>
						<para>Schreiben Sie eine DTD f&uuml;r die folgende XML Instanz:</para>
						<para>Given the following XML instance, write a proper DTD for it: </para>
						<para><markup><![CDATA[           
                         <Wagen>
                         <Hersteller> ....  </Title>

                         <Motor> <Hubraum> 2 Liter </Hubraum>
                                 <Leistung> 100 KW <Leistung>
                         </Motor>
                         <Karosserie>  
                                    <Farbe> rot
                                    </Farbe>
                                    <Art> Kombie </Art>
                         </Karosserie>
                        </Wagen> ]]></markup></para>
					</question>
					<answer>
						<para>
<literallayout>












</literallayout>&points;
</para>
					</answer>
				</qandaentry>
				<qandaentry>
					<question>
						<para>Sie m&ouml;chten festlegen dass der Inhalt eines Elements eine bestimmte Form haben muss. K&ouml;nnen Sie das mit einer DTD festlegen?</para>
						<para>You would like to define the content of an element to have a specific format. Can you do this with a DTD?</para>
					</question>
					<answer>
						<para>
<literallayout>















</literallayout>&points;
</para>
					</answer>
				</qandaentry>
				<qandaentry>
					<question>
						<para>Zeigen Sie an einem Beispiel wie der XML Linking Mechanismus mit Attributen id und idref funktioniert. </para>
						<para>Show how the XML linking mechanism using attributes ID and IDREF works.</para>
					</question>
					<answer>
						<para>
<literallayout>















</literallayout>&points;
</para>
					</answer>
				</qandaentry>	
			<qandaentry lang="en">
					<question>
						<para>Welches Mittel verwenden Sie um XML in verschieden Ausgabeformaten darzustellen?</para>
						<para>How is the mechanism called that allows rendering or transformation of XML documents?</para>
					</question>
					<answer>
						<para>
<literallayout>












</literallayout>&points;
</para>
					</answer>
				</qandaentry>
				<qandaentry lang="en">
					<question><para>
           Welche Typen von JDF "Node" Elementen gibt es? In welcher Weise werden sie in einem JDF Dokumentenbaum eingesetzt.</para>
						<para>Which types of JDF "Node" elements exist? How are they used in a JDF document tree?</para>
					</question>
					<answer>
						<para>
<literallayout>


















</literallayout>&points;
</para>
					</answer>
				</qandaentry>
				<qandaentry lang="en">
					<question>
						<para>Durch welchen Mechanismus wird der eigentliche Ablauf eines JDF jobs gesteuert? D.H. woher weiss ein Teilprozess wann er zu beginnen hat?.</para>
						<para>Which mechanism controls the workflow of a JDF job? I.E. how does a process know when it has to start?</para>
					</question>
					<answer>
						<para>
<literallayout>















</literallayout>&points;
</para>
					</answer>
				</qandaentry>
			</qandaset>
	</article>
</book>
