my assumption that it did not generate all simple types was incorrect, in fact it DID even
generate the LanguageCode class, it doesnt hoever generate this one:
<xsd:simpleType name="accountStatusCode">
| <xsd:restriction base="xsd:int">
| <xsd:enumeration value="1"/>
| <xsd:enumeration value="2"/>
| <xsd:enumeration value="3"/>
| <xsd:enumeration value="4"/>
| <xsd:enumeration value="5"/>
| <xsd:enumeration value="6"/>
| <xsd:enumeration value="7"/>
| <xsd:enumeration value="8"/>
| <xsd:enumeration value="9"/>
| </xsd:restriction>
| </xsd:simpleType>
|
any reason for that?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056664#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...