add initial project files including JSON data, PHP scripts, and HTML structure
This commit is contained in:
15
Voiliers.dtd
Normal file
15
Voiliers.dtd
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!ELEMENT skipper (nom, age, originaire)>
|
||||
<!ELEMENT age (#PCDATA)>
|
||||
<!ELEMENT originaire (#PCDATA)>
|
||||
|
||||
<!ELEMENT voiliers (voilier+)>
|
||||
<!ATTLIST voiliers transat CDATA #REQUIRED>
|
||||
|
||||
<!ELEMENT voilier (nom, classe, année, photo, author, skipper+)>
|
||||
|
||||
<!ELEMENT nom (#PCDATA)>
|
||||
<!ELEMENT classe (#PCDATA)>
|
||||
<!ELEMENT année (#PCDATA)>
|
||||
<!ELEMENT photo (#PCDATA)>
|
||||
<!ELEMENT author (#PCDATA)>
|
||||
Reference in New Issue
Block a user