<xs:complexType name="ArticleInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:ExternalBaseInfoWithAudit">
<xs:sequence>
<xs:element minOccurs="0" name="AllowDiscounts" type="xs:boolean" />
<xs:element minOccurs="0" name="AllowSavings" type="xs:boolean" />
<xs:element minOccurs="0" name="AlternateDescription" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ArticleAdvicePcePrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="ArticleCategoryId" type="xs:int" />
<xs:element minOccurs="0" name="ArticleGrossPceSalePrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="ArticleNumber" type="xs:long" />
<xs:element minOccurs="0" name="ArticleSizeUnitCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="BrandId" type="xs:int" />
<xs:element minOccurs="0" name="Cancelled" type="xs:boolean" />
<xs:element minOccurs="0" name="CashRegisterGroupId" type="xs:int" />
<xs:element minOccurs="0" name="Classification1Id" type="xs:int" />
<xs:element minOccurs="0" name="Classification2Id" type="xs:int" />
<xs:element minOccurs="0" name="Classification3Id" type="xs:int" />
<xs:element minOccurs="0" name="Classification4Id" type="xs:int" />
<xs:element minOccurs="0" name="Classification5Id" type="xs:int" />
<xs:element minOccurs="0" name="ClassificationGroupId" type="xs:int" />
<xs:element minOccurs="0" name="ColorId" type="xs:int" />
<xs:element minOccurs="0" name="ContentUnitCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DefaultSaleAmount" type="xs:int" />
<xs:element minOccurs="0" name="DepthArticleSize" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="DepthPackage" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DisplayFromDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="DisplayToDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="GrossWeight" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="HeightArticleSize" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="HeightPackage" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="Information" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="IsDisplayOnly" type="xs:boolean" />
<xs:element minOccurs="0" name="LengthArticleSize" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="LengthPackage" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="MainBarcode" type="xs:long" />
<xs:element minOccurs="0" name="MaintainStock" type="xs:boolean" />
<xs:element minOccurs="0" name="NetContent" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="NetWeight" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="Note1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Note2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Note3" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Note4" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="OrderCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PackageUnitCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ParentArticleId" type="xs:int" />
<xs:element minOccurs="0" name="PcePurchasePrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="PreferredSupplierId" type="xs:int" />
<xs:element minOccurs="0" name="PurchaseStatusCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SaleUnitCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SizeId" type="xs:int" />
<xs:element minOccurs="0" name="SizeTypeId" type="xs:int" />
<xs:element minOccurs="0" name="Stock" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="SupplierNumber" type="xs:long" />
<xs:element minOccurs="0" name="VatCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="VatPercentage" type="xs:decimal" />
<xs:element minOccurs="0" name="WeightIsoDimensionCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="WidthArticleSize" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" name="WidthPackage" nillable="true" type="xs:decimal" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|