<xsd:group name="NetAndOrGross.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A group including a net and/or a gross amount.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="net" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Value excluding fees and commissions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="gross" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Value including fees and commissions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="net" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Value excluding fees and commissions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:group>
|