| | 1 | * Example XML File |
| | 2 | {{{ |
| | 3 | #!xml |
| | 4 | <?xml version="1.0" standalone="yes"?> |
| | 5 | <scroot:rootNode xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| | 6 | xsi:schemaLocation="http://vsl.cis.udel.edu/ns/tass/tass_ast |
| | 7 | tass_ast.xsd" |
| | 8 | xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:scroot="http://vsl.cis.udel.edu/ns/tass/tass_ast"> |
| | 9 | <id_RootNode>1</id_RootNode> |
| | 10 | <fdn_mainFunction>4</fdn_mainFunction> |
| | 11 | <globalScopeNodes> |
| | 12 | <id_GlobalScopeNodes>2</id_GlobalScopeNodes> |
| | 13 | <child> |
| | 14 | <id_FunctionDeclarationNode>4</id_FunctionDeclarationNode> |
| | 15 | <identifier> |
| | 16 | <id_IdentifierNode>5</id_IdentifierNode> |
| | 17 | <name>test</name> |
| | 18 | </identifier> |
| | 19 | <outputType> |
| | 20 | <id_TypeNode>6</id_TypeNode> |
| | 21 | </outputType> |
| | 22 | <formals> |
| | 23 | <id_FormalVariableDeclarationNodes>7</id_FormalVariableDeclarationNodes> |
| | 24 | </formals> |
| | 25 | </child> |
| | 26 | </globalScopeNodes> |
| | 27 | |
| | 28 | </scroot:rootNode> |
| | 29 | }}} |
| | 30 | |