Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 643496c

Browse files
Video 2 h 40
-Esericizio
1 parent e117717 commit 643496c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

‎02 - XML.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,24 @@ invece non sarebbero validi, per esempio, le seguenti dichiarazioni:
669669
- ```<course>``` _(l'elemento **course** deve avere almeno l'attributo **code** definito!)_
670670

671671

672-
673672
## Esercizio
674673

674+
Testo:
675+
676+
Write a DTD describing the structure of documents that can store the data of a bank account, using the following rules:
677+
678+
– Each account is characterized by
679+
• One and only one account number
680+
• One or more account holders
681+
• A sequence of operations, grouped by year
682+
– Each operation is characterized by
683+
​ • date and amount
684+
and, optionally, by a description
685+
– Each account holder is characterized by
686+
• a name and an address
687+
688+
Soluzione:
689+
675690
```
676691
<!DOCTYPE data_bank_account [
677692
<!ELEMENT account (account_number, holder+, operation(year, ...))>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /