XML Einrichten Version 1.2
QTYVar Simple Type
XML Einrichten Version 1.2 : QTYVar Simple Type
Description
Information whether a product is variable in quantity
Code list:
VQ = yes
= no
Namespace (none)
Type
Restriction of xs:string
Diagram
QTYVar Simple Type
Overview
QTYVar Restriction of xs:string
Information whether a product is variable in quantity
Code list:
VQ = yes
= no
Facets
MaxLength2
EnumerationVQ
Enumeration
Source
<xs:simpleType name="QTYVar" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>Angabe, ob der Artikel mengenvariabel ist</dt>
        <dt>Codeliset: </dt>
        <dt>VQ  = mengenvariabel</dt>
        <dt>    = nicht mengenvariabel</dt>
      </dl>
    </xs:documentation>
    <xs:documentation xml:lang="en">
      <dl>
        <dt>Information whether a product is variable in quantity</dt>
        <dt>Code list: </dt>
        <dt>VQ  = yes</dt>
        <dt>    = no</dt>
      </dl>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="2" />
    <xs:enumeration value="VQ" />
    <xs:enumeration value="" />
  </xs:restriction>
</xs:simpleType>
See Also
XML Einrichten Version 1.2