| 191 | |
| 192 | @Xml.Class("Timeline") |
| 193 | export class TimelineSchema implements Referenceable { |
| 194 | @Xml.Attribute("id") |
| 195 | readonly id?: string |
| 196 | |
| 197 | @Xml.Attribute("timeUnit") |
| 198 | readonly timeUnit?: string |
| 199 | |
| 200 | @Xml.Attribute("track") |
| 201 | readonly track?: string |
| 202 | } |
| 203 | |
| 204 | @Xml.Class("Note") |
| 205 | export class NoteSchema { |
nothing calls this directly
no outgoing calls
no test coverage detected