DTD Flashcards
[DTD] What is the element to define tag’s rules ?
[DTD] What is the keyword to describe a tag that contains a simple value (string, integer, decimal number, character) ?
PCDATA
[DTD] What is the keyword to describe a tag that doesn’t contain value ? What is its particularity ?
EMPTY, it doesn’t need to be surrounded by parenthesis, they are optional
[DTD] What is the keyword to describe a tag that contains a simple value (string, integer, decimal number, character) ?
PCDATA
[DTD] What is the keyword to describe a tag that doesn’t contain value ? What is its particularity ?
EMPTY, it doesn’t need to be surrounded by parenthesis, they are optional
[DTD] What is the keyword to describe a tag that can contain any value ? What is its particularity ?
ANY, it doesn’t need to be surrounded by parenthesis, they are optional
[DTD] How to describe the sequence of tags in a tag ?
[DTD] How to describe a list of choice of tags in a tag ?
[DTD] How to indicate that a tag is optional ?
[DTD] How to indicate that a tag can appear zero or several times in a tag ?
[DTD] How to indicate that a tag can appear one or several times in a tag ?
[DTD] What is the key to describe an attribute’s rule ?
[DTD] How to describe the possible values of an attribute ?
[DTD] How to describe an attribute that contain a no-parse value ?
[DTD] How to describe an attribute that contain an identifiant (unique value) ?