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) ?
[DTD] How to describe an attribute that reference to an attribute with an identifiant value ?
[DTD] What, in ATTLIST, is “mode” option for ?
To give an extra information on attribute
[DTD] How to indicate that an attribute’s value is mandatory ?
[DTD] How to indicate default value for an non-present attribute ?
[DTD] How to indicate a systematic value for an present attribute ?
[DTD] Syntax of a general entity ?
[DTD] How to use a general entity in a XML document ?
&name;
[DTD] Syntax of parametric entity ?
[DTD] How to use a parametric entity in a DTD document ?
%name;
[DTD] Syntax of analysed extern entity ?
[DTD] How to use a analysed extern entity in a XML document ?
&name;
[DTD] Syntax of an intern DTD ?
]>