|
XML Serialization AnnotationThis rule has the following XML serialization annotation: [
localname = "Group"
children = (
meta*2
rule*4
)
]
This means that a Group derived through this rule will be serialized thus:
N.B.: an XML construct such as <meta*>...</meta*> stands for either zero, one, or many occurrences of <meta>...</meta>. 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.