<xsd:group name="ValueChoice">
<xsd:annotation>
<xsd:documentation>A choice between a simple textual value and a complex (structured) XML value.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="SimpleValue" type="SimpleValue">
<xsd:annotation>
<xsd:documentation>Simple textual value.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ComplexValue" type="AnyOtherContent">
<xsd:annotation>
<xsd:documentation>Complex (structured) XML value.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group> |