sdml 0.1.2

Rust CLI for Simple Domain Modeling Language (SDML)
Documentation
1
2
3
4
5
6
7
;;; Annotation, Single Constructor

module campaign is

  @dc:author = xsd:positiveInteger(1)

end