From: Aleksei Valikov <valikov_at_gmx.net>
Date: Sun, 18 Dec 2011 22:27:50 +0100
Hi,
> We have some places where we do something like:
> <xs:element name="Status">
> <xs:simpleType>
> <xs:restriction base="xs:string">
> <xs:enumeration value="APPROVED" />
> <xs:enumeration value="UNDECIDED" />
> <xs:enumeration value="REJECTED" />
> </xs:restriction>
> </xs:simpleType>
> </xs:element>
>
> Is there any way to have a java enum or interface or class generated
> for those constants?
I think the inheritance plugin must be able to do this.