XML Einrichten Version 1.2
TypeOfProduct Simple Type
XML Einrichten Version 1.2 : TypeOfProduct Simple Type
Description
type of product
Code list:
BA = Basic product doe variant definition
TU = Trading unit
NO = Nor order product, Packaging, Service
PR1 = Bonus Pack - not ordered but delivered and not billed
NDU = No delivery unit
FMD = Article of another manufacturer
SER = Service
Namespace (none)
Type
Restriction of xs:string
Diagram
TypeOfProduct Simple Type
Overview
TypeOfProduct Restriction of xs:string
type of product
Code list:
BA = Basic product doe variant definition
TU = Trading unit
NO = Nor order product, Packaging, Service
PR1 = Bonus Pack - not ordered but delivered and not billed
NDU = No delivery unit
FMD = Article of another manufacturer
SER = Service
Facets
MaxLength3
EnumerationBA
EnumerationTU
EnumerationPR1
EnumerationNDU
EnumerationFMD
Source
<xs:simpleType name="TypeOfProduct" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>Art des Artikels</dt>
        <dt>Codeliste: </dt>
        <dt>BA  = Basis Produkt</dt>
        <dt>TU  = Handelseinheit</dt>
        <dt>NO  = Nicht bestellter Artikel, Packung, Service</dt>
        <dt>PR1 = Bonus Pack -  Wurde nicht bestellt wird aber als nicht fakturierbarer Artikel mitgeliefert. In diesem Fall wird die Referenz zur Auftragsposition (OrderItemNumber) entweder mit 0 oder mit einer Auftragsposition gefüllt zu der dieses Bonus Pack gehört</dt>
        <dt>NDU = Keine Liefereinheit</dt>
        <dt>FMD = Fremdartikel</dt>
        <dt>SER = Service</dt>
      </dl>
    </xs:documentation>
    <xs:documentation xml:lang="en">
      <dl>
        <dt>type of product</dt>
        <dt>Code list: </dt>
        <dt> BA = Basic product doe variant definition</dt>
        <dt> TU = Trading unit</dt>
        <dt> NO = Nor order product, Packaging, Service</dt>
        <dt>PR1 = Bonus Pack -  not ordered but delivered and not billed</dt>
        <dt>NDU = No delivery unit</dt>
        <dt>FMD = Article of another manufacturer</dt>
        <dt>SER = Service</dt>
      </dl>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="3" />
    <xs:enumeration value="BA" />
    <xs:enumeration value="TU" />
    <xs:enumeration value="PR1" />
    <xs:enumeration value="NDU" />
    <xs:enumeration value="FMD" />
  </xs:restriction>
</xs:simpleType>
See Also
XML Einrichten Version 1.2