blob: 70c381166d0aa0ed1c3293f133d4ec7236f80c01 [file] [log] [blame]
@namespace(uri="path", prefix="path")
package path;
class Path {
ordered val Stop[*] stops;
}
class Stop {
attr String[1] label;
}