<xs:simpleType name="BarcodeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="NotSpecified" />
<xs:enumeration value="Upc12" />
<xs:enumeration value="Ean8" />
<xs:enumeration value="Ean13" />
<xs:enumeration value="Code39" />
<xs:enumeration value="Ean13PriceBarcode" />
<xs:enumeration value="Ean13WithoutVerification" />
<xs:enumeration value="Ean13WithoutChecksum" />
<xs:enumeration value="Ean13WithoutLeaderZero" />
<xs:enumeration value="Code93" />
<xs:enumeration value="Itf25" />
<xs:enumeration value="Ean13WeightBarcode" />
<xs:enumeration value="UPCA" />
<xs:enumeration value="Ean13DiscountPercentage" />
<xs:enumeration value="Ean128" />
<xs:enumeration value="DataMatrix" />
<xs:enumeration value="UnknownType" />
</xs:restriction>
</xs:simpleType>
|