[
Lists Home |
Date Index |
Thread Index
]
From: "Mike Plusch" <mplusch@clearmethods.com>
> Equivalent in ConciseXML:
> <defclass person
> name=required=string
> age=optional=integer
> birth=optional=datetime
> _precond=<defmethod> <not age.<is optional/>.
> <and birth.<is optional/> />
> </defmethod>
> </defclass>
Isn't the equivalent in XML as follows?
<?water
<defclass person
name=required=string
age=optional=integer
birth=optional=datetime
_precond=<defmethod> <not age.<is optional/>.
<and birth.<is optional/> />
</defmethod>
</defclass>
?>
Cheers
Rick Jelliffe
|