<xsd:group name="CommodityStrikePrice.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">The different options for specifying the Strike price per unit.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="strikePricePerUnit" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency amount of the strike price per unit.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="strikePricePerUnitSchedule" type="CommodityStrikeSchedule" />
</xsd:choice>
</xsd:group>
|