|
XML Serialization AnnotationThis rule has the following XML serialization annotation: [
localname = "Or"
children = (
formula*3
)
]
This means that a Formula derived through this rule will be serialized thus:
N.B.: an XML construct such as <formula*>...</formula*> stands for either zero, one, or many occurrences of <formula>...</formula>. distributed over the element's contents (the "..."), which, accordingly, may be either empty, a single XML element, or a list thereof.
|
Copyright © 2008 ILOG, Inc.; All Rights Reserved.