connections { from_room: "Main Area" to_room: "Side Area" door { name: "Side Door" } } connections { from_room: "Main Area" to_room: "J Room" door { name: "J Door" } } title='Atom feed' href='https://code.fourisland.com/instadisc/atom/update/plugin/svn/trunk/nbproject/project.dtd?h=master' type='application/atom+xml'/>
about summary refs log blame commit diff stats
path: root/update/plugin/svn/trunk/nbproject/project.dtd
blob: 7b77177bb90bf0a0a1a7405bfeec4549d67b97b6 (plain) (tree)





















































                                                                   
<?xml version='1.0' encoding='UTF-8'?>

<!--
    TODO define vocabulary identification
    PUBLIC ID: -//vendor//vocabulary//EN
    SYSTEM ID: http://server/path/project.dtd

--><!--
    An example how to use this DTD from your XML document:

    <?xml version="1.0"?>

    <!DOCTYPE project SYSTEM "project.dtd">

    <project>
    ...
    </project>
-->

<!--- Put your DTDDoc comment here. -->
<!ELEMENT project (configuration|type)*>
<!ATTLIST project
    xmlns CDATA #IMPLIED
  >

<!--- Put your DTDDoc comment here. -->
<!ELEMENT type (#PCDATA)>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT configuration (data)*>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT data (test-roots|source-roots|minimum-ant-version|name)*>
<!ATTLIST data
    xmlns CDATA #IMPLIED
  >

<!--- Put your DTDDoc comment here. -->
<!ELEMENT name (#PCDATA)>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT minimum-ant-version (#PCDATA)>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT source-roots (root)*>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT root EMPTY>
<!ATTLIST root
    id CDATA #IMPLIED
  >

<!--- Put your DTDDoc comment here. -->
<!ELEMENT test-roots (root)*>