<xsd:group name="Price.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Price model group.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="priceCurrency" type="Currency" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency used to specify the digital barrier in terms of a price per unit of commodity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="priceUnit" type="QuantityUnit" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The unit of measure used to specify the digital barrier in terms of a price per unit of commodity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|