Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Dr. Martin Goik
GoikLectures
Commits
735c440d
Commit
735c440d
authored
Aug 13, 2020
by
Dr. Martin Goik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exam Sda1 completed
parent
2e398fba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletion
+22
-1
Doc/Sda1/Exam/2020/Summer/Solve/Doc/tasks.xml
Doc/Sda1/Exam/2020/Summer/Solve/Doc/tasks.xml
+21
-0
Klausuren/Sda1/2020summer/Solve/Schema/company.xsd
Klausuren/Sda1/2020summer/Solve/Schema/company.xsd
+1
-1
No files found.
Doc/Sda1/Exam/2020/Summer/Solve/Doc/tasks.xml
View file @
735c440d
...
...
@@ -374,6 +374,27 @@
<para>
Upload your project using the previous task. Then enter «I'm
expecting points for my work on the current task» into the text field
below on this page.
</para>
<para>
Points:
</para>
<screen>
0/2 Department's name is primary key.
0/2 Nullable foreign key Department --
>
Department
Table Member:
0/2 nickname is primary key.
0/1 Non-nullable foreign key Member --
>
Department
Table Project:
0/1 Primary key slug
0/1 name not nullable
0/1 visibility not nullable
0/1 visibility in ('public', 'internal', 'private')
Table Member2Project:
0/1 Two not-null foreign keys
0/1 UNIQUE/Primary key constraint on preceding references
0/1 Non-nullable role attribute
0/1 role in ('manager', 'guest', 'developer')
</screen>
</section>
</section>
...
...
Klausuren/Sda1/2020summer/Solve/Schema/company.xsd
View file @
735c440d
...
...
@@ -5,7 +5,7 @@
<xs:complexType>
<xs:simpleContent>
<xs:extension
base=
"xs:string"
>
<xs:attribute
name=
"nickname"
type=
"xs:NMTOKEN"
/>
<xs:attribute
name=
"nickname"
type=
"xs:NMTOKEN"
use=
"required"
/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment