http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
ImportArticles Simple Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : ImportArticles Simple Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Type
Restriction of xs:string
Diagram
ImportArticles Simple Type
Overview
ImportArticles Restriction of xs:string
Facets
EnumerationNewArticlesOnly
EnumerationExistingArticlesOnly
EnumerationAllArticles
Source
<xs:simpleType name="ImportArticles" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NewArticlesOnly" />
    <xs:enumeration value="ExistingArticlesOnly" />
    <xs:enumeration value="AllArticles" />
  </xs:restriction>
</xs:simpleType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents