users@jax-rpc.java.net

OT - XML abstract types & default values

From: Edoardo Causarano <edoardocausarano_at_tin.it>
Date: Tue, 11 Oct 2005 17:28:19 +0200

Hello list, this is a tad OT but I'm trying to (hard) to understand
how to do this simple simple thing in xsd using abstract types and
complexContent extensions

public class AbstractType {
     public AbstractType(String parm) {...}
}

pubic class ConcreteTypeA extends AbstractType {
     public ConcreteType(String parmB) {
         super("parmA");
         ...
     }
}

I mean it's trivial, but XML somehow manages to make it difficult ;-)
e
-- 
A baby seal walks into a club...
-- 
A baby seal walks into a club...