// Rendered by UMod Pretty Printer at 2025-08-17_22h54m24
// See also the UMod user documentation online.
MODEL DTD =
EXT simpleMessage FROM eu.bandm.tools.message.SimpleMessage
EXT meassageReceiver FROM eu.bandm.tools.message.MessageReceiver
EXT xmlDocumentIdentifier FROM eu.bandm.tools.util.xml.XMLDocumentIdentifier
EXT location FROM eu.bandm.tools.location.Location
TOPLEVEL CLASS
Dtd
locations SEQ OPT location
documentId OPT xmlDocumentIdentifier
xmlDecl OPT XmlDecl
markup SEQ MarkupDecl
entityUsage string->string
DefaultDecl
| DefaultDeclConstant
label string
| AttValue
fixed bool
value string
AttDef
location OPT location
locations SEQ OPT location
name string
type AttType
value DefaultDecl
MarkupDecl
location OPT location
locations SEQ OPT location
| Notation
name string
id xmlDocumentIdentifier
| XmlDecl
version string
encoding OPT string
| Attlist
element string
atts SEQ AttDef
| Element
name string
content ContentModel
|
text string
| PI
target string
text string
| Entity
parameter bool
name string
value EntityValue
AttType ABSTRACT ALGEBRAIC
| Enumerated ALGEBRAIC
tokens SEQ string
| AttTypeAbbrev ALGEBRAIC
label string
| AttTypeConstant ALGEBRAIC
label string
ContentModel ALGEBRAIC
| CP ABSTRACT ALGEBRAIC
modifier int
| | Abbrev ALGEBRAIC
name string
body CP
| | Seq ALGEBRAIC
elems SEQ CP
| | Singleton ALGEBRAIC
name string
| | Choice ALGEBRAIC
alts SEQ CP
| ContentModelConstant ALGEBRAIC
label string
| | Any ALGEBRAIC
| | Empty ALGEBRAIC
| Mixed ALGEBRAIC
names SEQ string
NmToken
text string
EntityValue
id OPT xmlDocumentIdentifier
definition string
replacement OPT string
EntityContext
END MODEL // DTD