Hi,

how can I get the annotation of a choice?

Example:

<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:appinfo>
...                                     <- this annotation I want to get!
</xsd:appinfo>
</xsd:annotation>
<xsd:element name="element1" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:appinfo>
...
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
...
</xsd:choice>

Best regards

Hildegunde Weinzierl

Reply via email to