Skip to content
Snippets Groups Projects
Commit fe7f6209 authored by ikevice's avatar ikevice
Browse files

Update sistema.dtd

parents
Branches
No related tags found
No related merge requests found
<!ELEMENT sistema (estacion+)>
<!ELEMENT estacion (puntoRecogida+,coordenadas)>
<!ATTLIST estacion id ID #REQUIRED>
<!ELEMENT puntoRecogida EMPTY>
<!ATTLIST puntoRecogida id ID #REQUIRED>
<!ATTLIST puntoRecogida estado (LIBRE|OCUPADO|INACTIVO) #REQUIRED>
<!ELEMENT coordenadas (latitud,longitud)>
<!ELEMENT latitud (#PCDATA)>
<!ELEMENT longitud (#PCDATA)>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment