<xs:complexType name="Cost">
<xs:annotation>
<xs:documentation>The price of an item, with a currency indication.</xs:documentation>
</xs:annotation>
<xs:sequence/>
<xs:attribute name="currency" use="required" type="eml:String64">
<xs:annotation>
<xs:documentation>Currency used for this Cost.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|