caute, mam taky problemik... ako som sa trosku hlbsie ponoril do java web servisov tak by som ich chcel trosku vylepsit a "poludstit".
v prvom rade potrebujem pridat nieco taketo:
<xs:simpleType name="cisloType">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1" />
<xs:maxInclusive value="999999" />
</xs:restriction>
</xs:simpleType>
a v pripade string taketo:
<xs:simpleType name="menoType">
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
da sa to v jave pridat nejako cez anotacie? googlim googlim a co som ponachadzal nic mi nefungovalo... rozbehal som akurat enum.
pomozte mi prosim:)