DTD Flashcards

1
Q

[DTD] What is the element to define tag’s rules ?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

[DTD] What is the keyword to describe a tag that contains a simple value (string, integer, decimal number, character) ?

A

PCDATA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

[DTD] What is the keyword to describe a tag that doesn’t contain value ? What is its particularity ?

A

EMPTY, it doesn’t need to be surrounded by parenthesis, they are optional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

[DTD] What is the keyword to describe a tag that contains a simple value (string, integer, decimal number, character) ?

A

PCDATA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

[DTD] What is the keyword to describe a tag that doesn’t contain value ? What is its particularity ?

A

EMPTY, it doesn’t need to be surrounded by parenthesis, they are optional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

[DTD] What is the keyword to describe a tag that can contain any value ? What is its particularity ?

A

ANY, it doesn’t need to be surrounded by parenthesis, they are optional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

[DTD] How to describe the sequence of tags in a tag ?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

[DTD] How to describe a list of choice of tags in a tag ?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

[DTD] How to indicate that a tag is optional ?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

[DTD] How to indicate that a tag can appear zero or several times in a tag ?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

[DTD] How to indicate that a tag can appear one or several times in a tag ?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

[DTD] What is the key to describe an attribute’s rule ?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

[DTD] How to describe the possible values of an attribute ?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

[DTD] How to describe an attribute that contain a no-parse value ?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

[DTD] How to describe an attribute that contain an identifiant (unique value) ?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

[DTD] How to describe an attribute that reference to an attribute with an identifiant value ?

A
17
Q

[DTD] What, in ATTLIST, is “mode” option for ?

A

To give an extra information on attribute

18
Q

[DTD] How to indicate that an attribute’s value is mandatory ?

A
19
Q

[DTD] How to indicate default value for an non-present attribute ?

A
20
Q

[DTD] How to indicate a systematic value for an present attribute ?

A
21
Q

[DTD] Syntax of a general entity ?

A
22
Q

[DTD] How to use a general entity in a XML document ?

A

&name;

23
Q

[DTD] Syntax of parametric entity ?

A
24
Q

[DTD] How to use a parametric entity in a DTD document ?

A

%name;

25
Q

[DTD] Syntax of analysed extern entity ?

A
26
Q

[DTD] How to use a analysed extern entity in a XML document ?

A

&name;

27
Q

[DTD] Syntax of an intern DTD ?

A

]>