从xsd中检索选择值

时间:2012-06-18 10:04:36

标签: collections xsd jaxb choice

这是xsd-scheme:

的一部分
<xsd:complexType name="TGroups">
  <xsd:choice>
    <xsd:element name="GROUP1"/>
    <xsd:element name="GROUP2"/>
  </xsd:choice>
</xsd:complexType>

有没有办法从xsd获取所有TGroups值(“GROUP1”,“GROUP2”)作为集合(Set,List,String [],...)使用JAXB或其他东西?

感谢您的回复。

0 个答案:

没有答案