// Rendered by UMod Pretty Printer at 2023-11-04_05h14m15
// 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.message.XMLDocumentIdentifier
EXT location FROM eu.bandm.tools.message.Location
TOPLEVEL CLASS
NmToken
text string
EntityValue
id OPT xmlDocumentIdentifier
definition string
replacement OPT string
ContentModel ALGEBRAIC
| ContentModelConstant ALGEBRAIC
label string
| | Any ALGEBRAIC
| | Empty ALGEBRAIC
| Mixed ALGEBRAIC
names SEQ string
| CP ABSTRACT ALGEBRAIC
modifier int
| | Choice ALGEBRAIC
alts SEQ CP
| | Seq ALGEBRAIC
elems SEQ CP
| | Abbrev ALGEBRAIC
name string
body CP
| | Singleton ALGEBRAIC
name 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
| PI
target string
text string
| Attlist
element string
atts SEQ AttDef
| Entity
parameter bool
name string
value EntityValue
| TextDecl
version string
encoding OPT string
|
text string
| Element
name string
content ContentModel
EntityContext
Dtd
locations SEQ OPT location
documentId OPT xmlDocumentIdentifier
textDecl OPT TextDecl
markup SEQ MarkupDecl
entityUsage string->string
AttType ABSTRACT ALGEBRAIC
| Enumerated ALGEBRAIC
tokens SEQ string
| AttTypeAbbrev ALGEBRAIC
label string
| AttTypeConstant ALGEBRAIC
label string
DefaultDecl
| DefaultDeclConstant
label string
| AttValue
fixed bool
value string
END MODEL // DTD