github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/xslt/testdata/REC2/vrml.xml (about) 1 #VRML V2.0 utf8 2 3 # externproto definition of a single bar element 4 EXTERNPROTO bar [ 5 field SFInt32 x 6 field SFInt32 y 7 field SFInt32 z 8 field SFString name 9 ] 10 "http://www.vrml.org/WorkingGroups/dbwork/barProto.wrl" 11 12 # inline containing the graph axes 13 Inline { 14 url "http://www.vrml.org/WorkingGroups/dbwork/barAxes.wrl" 15 } 16 17 18 bar { 19 x 10 20 y 9 21 z 7 22 name "North" 23 } 24 25 bar { 26 x 4 27 y 3 28 z 4 29 name "South" 30 } 31 32 bar { 33 x 6 34 y -1.5 35 z 2 36 name "West" 37 } 38