<xsd:complexType name="ItemTransactionType">
<xsd:annotation>
<xsd:documentation>A data type for a transfer of ownership of an item.</xsd:documentation>
<xsd:appinfo>
<i:Base i:name="ActivityType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:ActivityType">
<xsd:sequence>
<xsd:element ref="nc:ItemSeller" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ItemPurchasePriceValue" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ItemBuyer" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ItemReference" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|