http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
CollectionItemInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : CollectionItemInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Diagram
Sequence CollectionItemInfo Element Sequence SubCollectionItems Element ItemDescription Element ItemCode Element ItemId Element CollectionKey Element Sequence CollectionItemInfo Complex Type
Overview
Sequence
CollectionKey optional xs:string
ItemId xs:int
ItemCode optional xs:string
ItemDescription optional xs:string
Sequence
Sequence
CollectionKey optional xs:string
ItemId xs:int
ItemCode optional xs:string
ItemDescription optional xs:string
Used By
CollectionItemInfo Element
Source
<xs:complexType name="CollectionItemInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="CollectionKey" type="xs:string" />
    <xs:element minOccurs="1" maxOccurs="1" name="ItemId" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="ItemCode" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ItemDescription" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="SubCollectionItems" type="tns:ArrayOfCollectionItemInfo" />
  </xs:sequence>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents