<element name="PriceAmount">
<annotation>
<documentation>The monetary price of an item in a stated currency.</documentation>
</annotation>
<complexType>
<complexContent>
<extension base="pidx:MonetaryType">
<attribute name="priceType" type="pidx:PriceType" use="optional">
<annotation>
<documentation>Indicates whether a price is gross or net.</documentation>
</annotation>
</attribute>
<attribute name="definitionOfOther" type="string" use="optional">
<annotation>
<documentation>Identifies what "Other" is if chosen from an attribute enumeration list</documentation>
</annotation>
</attribute>
</extension>
</complexContent>
</complexType>
</element>
|