XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://www.kewill.com/logistics/klmd/article-wms
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Documentation Base type and element specifications

Declared Namespaces

Prefix Namespace
Default namespace http://www.kewill.com/logistics/klmd/article-wms
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema elementFormDefault="qualified" targetNamespace="http://www.kewill.com/logistics/klmd/article-wms">
...
</xs:schema>
top

Global Definitions

Simple Type: AType

Super-types: xs:string < AType (by restriction)
Sub-types:
Name AType
Content
  • Base XSD Type: string
Documentation Character string value.
Schema Component Representation
<xs:simpleType name="AType">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: AUType

Super-types: xs:string < AUType (by restriction)
Sub-types:
Name AUType
Content
  • Base XSD Type: string
  • pattern = ([^a-z])*
Documentation Character string value (uppercase).
Schema Component Representation
<xs:simpleType name="AUType">
<xs:restriction base="xs:string">
<xs:pattern value="([^a-z])*"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CAType

Super-types: None
Sub-types:
Name CAType
Content
Documentation Boolean type to specify a true or false value
Schema Component Representation
<xs:simpleType name="CAType">
<xs:union memberTypes="booleanType booleanKlType"/>
</xs:simpleType>
top

Simple Type: DYType

Super-types: xs:date < DYType (by restriction)
Sub-types:
Name DYType
Content
  • Base XSD Type: date
Documentation Date value specified in the following form "YYYY-MM-DD".
Schema Component Representation
<xs:simpleType name="DYType">
<xs:restriction base="xs:date"/>
</xs:simpleType>
top

Simple Type: N2Type

Super-types: xs:decimal < N2Type (by restriction)
Sub-types:
Name N2Type
Content
  • Base XSD Type: decimal
  • value >= 0
  • no. of fraction digits = 2
Documentation Non-negative decimal value (maximum number of fractional digits 2).
Schema Component Representation
<xs:simpleType name="N2Type">
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: N3Type

Super-types: xs:decimal < N3Type (by restriction)
Sub-types:
Name N3Type
Content
  • Base XSD Type: decimal
  • value >= 0
  • no. of fraction digits = 3
Documentation Non-negative decimal value (maximum number of fractional digits 3).
Schema Component Representation
<xs:simpleType name="N3Type">
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="3"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: N4Type

Super-types: xs:decimal < N4Type (by restriction)
Sub-types:
Name N4Type
Content
  • Base XSD Type: decimal
  • value >= 0
  • no. of fraction digits = 4
Documentation Non-negative decimal value (maximum number of fractional digits 4).
Schema Component Representation
<xs:simpleType name="N4Type">
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="4"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: NType

Super-types: xs:nonNegativeInteger < NType (by restriction)
Sub-types:
Name NType
Content
  • Base XSD Type: nonNegativeInteger
Documentation Non-negative integer value (no fractional digits).
Schema Component Representation
<xs:simpleType name="NType">
<xs:restriction base="xs:nonNegativeInteger"/>
</xs:simpleType>
top

Simple Type: RFSwitchLotType

Super-types: CAType (by restriction) < RFSwitchLotType (by restriction)
Sub-types: None
Name RFSwitchLotType
Content
Schema Component Representation
<xs:simpleType name="RFSwitchLotType">
<xs:restriction base="CAType"/>
</xs:simpleType>
top

Simple Type: RFSwitchPalletType

Super-types: CAType (by restriction) < RFSwitchPalletType (by restriction)
Sub-types: None
Name RFSwitchPalletType
Content
Schema Component Representation
<xs:simpleType name="RFSwitchPalletType">
<xs:restriction base="CAType"/>
</xs:simpleType>
top

Simple Type: S2Type

Super-types: xs:decimal < S2Type (by restriction)
Sub-types:
Name S2Type
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 2
Documentation Decimal value (maximum number of fractional digits 2).
Schema Component Representation
<xs:simpleType name="S2Type">
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: S3Type

Super-types: xs:decimal < S3Type (by restriction)
Sub-types:
Name S3Type
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 3
Documentation Decimal value (maximum number of fractional digits 3).
Schema Component Representation
<xs:simpleType name="S3Type">
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="3"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SType

Super-types: xs:integer < SType (by restriction)
Sub-types:
Name SType
Content
  • Base XSD Type: integer
Documentation Integer value (no fractional digits).
Schema Component Representation
<xs:simpleType name="SType">
<xs:restriction base="xs:integer"/>
</xs:simpleType>
top

Simple Type: TMSArticleType

Super-types: CAType (by restriction) < TMSArticleType (by restriction)
Sub-types: None
Name TMSArticleType
Content
Schema Component Representation
<xs:simpleType name="TMSArticleType">
<xs:restriction base="CAType"/>
</xs:simpleType>
top

Simple Type: UTType

Super-types: xs:string < UTType (by restriction)
Sub-types:
Name UTType
Content
  • Base XSD Type: string
Documentation Character string value.
Schema Component Representation
<xs:simpleType name="UTType">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: abcClassificationType

Super-types: xs:string < AUType (by restriction) < abcClassificationType (by restriction)
Sub-types: None
Name abcClassificationType
Content
  • Base XSD Type: string
  • pattern = ([^a-z])*
  • length <= 1
Schema Component Representation
<xs:simpleType name="abcClassificationType">
<xs:restriction base="AUType">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: alcoholPercentageType

Super-types: xs:decimal < N2Type (by restriction) < alcoholPercentageType (by restriction)
Sub-types: None
Name alcoholPercentageType
Content
  • Base XSD Type: decimal
  • value >= 0
  • no. of fraction digits = 2
  • value <= 999.99
Schema Component Representation
<xs:simpleType name="alcoholPercentageType">
<xs:restriction base="N2Type">
<xs:maxInclusive value="999.99"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: amendAtOrderEntryType

Super-types: CAType (by restriction) < amendAtOrderEntryType (by restriction)
Sub-types: None
Name amendAtOrderEntryType
Content
Schema Component Representation
<xs:simpleType name="amendAtOrderEntryType">
<xs:restriction base="CAType"/>
</xs:simpleType>
top

Simple Type: amountOfdaysType

Super-types: xs:nonNegativeInteger < NType (by restriction) < amountOfdaysType (by restriction)
Sub-types: None
Name amountOfdaysType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 999
Schema Component Representation
<xs:simpleType name="amountOfdaysType">
<xs:restriction base="NType">
<xs:maxInclusive value="999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: articleCodeType

Super-types: xs:string < AType (by restriction) < articleCodeType (by restriction)
Sub-types: None
Name articleCodeType
Content
  • Base XSD Type: string
  • length <= 35
Schema Component Representation
<xs:simpleType name="articleCodeType">
<xs:restriction base="AType">
<xs:maxLength value="35"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: articleGroupType

Super-types: xs:nonNegativeInteger < NType (by restriction) < articleGroupType (by restriction)
Sub-types: None
Name articleGroupType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 9999
Schema Component Representation
<xs:simpleType name="articleGroupType">
<xs:restriction base="NType">
<xs:maxInclusive value="9999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: booleanKlType

Super-types: xs:string < booleanKlType (by restriction)
Sub-types: None
Name booleanKlType
Content
  • Base XSD Type: string
  • pattern = [\^`]
Documentation Kewill specific boolean type using ^ as true and ` as false.
Schema Component Representation
<xs:simpleType name="booleanKlType">
<xs:restriction base="xs:string">
<xs:pattern value="[\^`]"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: booleanType

Super-types: xs:boolean < booleanType (by restriction)
Sub-types: None
Name booleanType
Content
  • Base XSD Type: boolean
Documentation Boolean type to specify a true or false value.
Schema Component Representation
<xs:simpleType name="booleanType">
<xs:restriction base="xs:boolean"/>
</xs:simpleType>
top

Simple Type: branchCodeType

Super-types: xs:nonNegativeInteger < NType (by restriction) < branchCodeType (by restriction)
Sub-types: None
Name branchCodeType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 9999
Schema Component Representation
<xs:simpleType name="branchCodeType">
<xs:restriction base="NType">
<xs:maxInclusive value="9999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: buyingCurrencyType

Super-types: xs:string < AUType (by restriction) < buyingCurrencyType (by restriction)
Sub-types: None
Name buyingCurrencyType
Content
  • Base XSD Type: string
  • pattern = ([^a-z])*
  • length <= 3
Schema Component Representation
<xs:simpleType name="buyingCurrencyType">
<xs:restriction base="AUType">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: buyingPriceType

Super-types: xs:decimal < N2Type (by restriction) < buyingPriceType (by restriction)
Sub-types: None
Name buyingPriceType
Content
  • Base XSD Type: decimal
  • value >= 0
  • no. of fraction digits = 2
  • value <= 9999999999999.99
Schema Component Representation
<xs:simpleType name="buyingPriceType">
<xs:restriction base="N2Type">
<xs:maxInclusive value="9999999999999.99"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: calculationPackageCodeType

Super-types: xs:string < AType (by restriction) < calculationPackageCodeType (by restriction)
Sub-types: None
Name calculationPackageCodeType
Content
  • Base XSD Type: string
  • length <= 2
Schema Component Representation
<xs:simpleType name="calculationPackageCodeType">
<xs:restriction base="AType">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: characteristicsCodeType

Super-types: xs:nonNegativeInteger < NType (by restriction) < characteristicsCodeType (by restriction)
Sub-types: None
Name characteristicsCodeType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 9999
Schema Component Representation
<xs:simpleType name="characteristicsCodeType">
<xs:restriction base="NType">
<xs:maxInclusive value="9999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: codeArticleSetType

Super-types: xs:nonNegativeInteger < NType (by restriction) < codeArticleSetType (by restriction)
Sub-types: None
Name codeArticleSetType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 9
Schema Component Representation
<xs:simpleType name="codeArticleSetType">
<xs:restriction base="NType">
<xs:maxInclusive value="9"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: codeAutomaticLotDateType

Super-types: xs:nonNegativeInteger < NType (by restriction) < codeAutomaticLotDateType (by restriction)
Sub-types: None
Name codeAutomaticLotDateType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 9
Schema Component Representation
<xs:simpleType name="codeAutomaticLotDateType">
<xs:restriction base="NType">
<xs:maxInclusive value="9"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: codeLotType

Super-types: xs:nonNegativeInteger < NType (by restriction) < codeLotType (by restriction)
Sub-types: None
Name codeLotType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 9
Schema Component Representation
<xs:simpleType name="codeLotType">
<xs:restriction base="NType">
<xs:maxInclusive value="9"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: codeSerialNumbersType

Super-types: xs:nonNegativeInteger < NType (by restriction) < codeSerialNumbersType (by restriction)
Sub-types: None
Name codeSerialNumbersType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 9
Schema Component Representation
<xs:simpleType name="codeSerialNumbersType">
<xs:restriction base="NType">
<xs:maxInclusive value="9"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: codeStockLevelType

Super-types: xs:nonNegativeInteger < NType (by restriction) < codeStockLevelType (by restriction)
Sub-types: None
Name codeStockLevelType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 9
Schema Component Representation
<xs:simpleType name="codeStockLevelType">
<xs:restriction base="NType">
<xs:maxInclusive value="9"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: commodityCodeType

Super-types: xs:string < AType (by restriction) < commodityCodeType (by restriction)
Sub-types: None
Name commodityCodeType
Content
  • Base XSD Type: string
  • length <= 4
Schema Component Representation
<xs:simpleType name="commodityCodeType">
<xs:restriction base="AType">
<xs:maxLength value="4"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: countryCodeType

Super-types: xs:string < AUType (by restriction) < countryCodeType (by restriction)
Sub-types: None
Name countryCodeType
Content
  • Base XSD Type: string
  • pattern = ([^a-z])*
  • length <= 3
Schema Component Representation
<xs:simpleType name="countryCodeType">
<xs:restriction base="AUType">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: countryOfOriginType

Super-types: xs:string < AUType (by restriction) < countryOfOriginType (by restriction)
Sub-types: None
Name countryOfOriginType
Content
  • Base XSD Type: string
  • pattern = ([^a-z])*
  • length <= 3
Schema Component Representation
<xs:simpleType name="countryOfOriginType">
<xs:restriction base="AUType">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: dangerousGoodsUNNumberType

Super-types: xs:nonNegativeInteger < NType (by restriction) < dangerousGoodsUNNumberType (by restriction)
Sub-types: None
Name dangerousGoodsUNNumberType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 9999
Schema Component Representation
<xs:simpleType name="dangerousGoodsUNNumberType">
<xs:restriction base="NType">
<xs:maxInclusive value="9999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: dangerousGoodsUNSuffixType

Super-types: xs:nonNegativeInteger < NType (by restriction) < dangerousGoodsUNSuffixType (by restriction)
Sub-types: None
Name dangerousGoodsUNSuffixType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 999
Schema Component Representation
<xs:simpleType name="dangerousGoodsUNSuffixType">
<xs:restriction base="NType">
<xs:maxInclusive value="999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: descriptionPart1Type

Super-types: xs:string < AType (by restriction) < descriptionPart1Type (by restriction)
Sub-types: None
Name descriptionPart1Type
Content
  • Base XSD Type: string
  • length <= 30
Schema Component Representation
<xs:simpleType name="descriptionPart1Type">
<xs:restriction base="AType">
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: descriptionPart2Type

Super-types: xs:string < AType (by restriction) < descriptionPart2Type (by restriction)
Sub-types: None
Name descriptionPart2Type
Content
  • Base XSD Type: string
  • length <= 30
Schema Component Representation
<xs:simpleType name="descriptionPart2Type">
<xs:restriction base="AType">
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: descriptionPart3Type

Super-types: xs:string < AType (by restriction) < descriptionPart3Type (by restriction)
Sub-types: None
Name descriptionPart3Type
Content
  • Base XSD Type: string
  • length <= 30
Schema Component Representation
<xs:simpleType name="descriptionPart3Type">
<xs:restriction base="AType">
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: descriptionPart4Type

Super-types: xs:string < AType (by restriction) < descriptionPart4Type (by restriction)
Sub-types: None
Name descriptionPart4Type
Content
  • Base XSD Type: string
  • length <= 30
Schema Component Representation
<xs:simpleType name="descriptionPart4Type">
<xs:restriction base="AType">
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: despatchPackageCodeType

Super-types: xs:string < AType (by restriction) < despatchPackageCodeType (by restriction)
Sub-types: None
Name despatchPackageCodeType
Content
  • Base XSD Type: string
  • length <= 2
Schema Component Representation
<xs:simpleType name="despatchPackageCodeType">
<xs:restriction base="AType">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: displayValueInfType

Super-types: CAType (by restriction) < displayValueInfType (by restriction)
Sub-types: None
Name displayValueInfType
Content
Schema Component Representation
<xs:simpleType name="displayValueInfType">
<xs:restriction base="CAType"/>
</xs:simpleType>
top

Simple Type: eanCodeType

Super-types: xs:nonNegativeInteger < NType (by restriction) < eanCodeType (by restriction)
Sub-types: None
Name eanCodeType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 99999999999999
Schema Component Representation
<xs:simpleType name="eanCodeType">
<xs:restriction base="NType">
<xs:maxInclusive value="99999999999999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: eanNumberType

Super-types: xs:nonNegativeInteger < NType (by restriction) < eanNumberType (by restriction)
Sub-types: None
Name eanNumberType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 9999999999999
Schema Component Representation
<xs:simpleType name="eanNumberType">
<xs:restriction base="NType">
<xs:maxInclusive value="9999999999999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ediCustomerDepartmentType

Super-types: xs:string < AType (by restriction) < ediCustomerDepartmentType (by restriction)
Sub-types: None
Name ediCustomerDepartmentType
Content
  • Base XSD Type: string
  • length <= 4
Schema Component Representation
<xs:simpleType name="ediCustomerDepartmentType">
<xs:restriction base="AType">
<xs:maxLength value="4"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ediCustomerNumberType

Super-types: xs:nonNegativeInteger < NType (by restriction) < ediCustomerNumberType (by restriction)
Sub-types: None
Name ediCustomerNumberType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 999999999999
Documentation The edi settings are located,combined with the other ediParm values, with this number.
Schema Component Representation
<xs:simpleType name="ediCustomerNumberType">
<xs:restriction base="NType">
<xs:maxInclusive value="999999999999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ediCustomerSearchNameType

Super-types: xs:string < AType (by restriction) < ediCustomerSearchNameType (by restriction)
Sub-types: None
Name ediCustomerSearchNameType
Content
  • Base XSD Type: string
  • length <= 20
Schema Component Representation
<xs:simpleType name="ediCustomerSearchNameType">
<xs:restriction base="AType">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ediFunction1Type

Super-types: xs:string < AType (by restriction) < ediFunction1Type (by restriction)
Sub-types: None
Name ediFunction1Type
Content
  • Base XSD Type: string
  • length <= 3
Schema Component Representation
<xs:simpleType name="ediFunction1Type">
<xs:restriction base="AType">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ediParm1Type

Super-types: xs:nonNegativeInteger < NType (by restriction) < ediParm1Type (by restriction)
Sub-types: None
Name ediParm1Type
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 9
Documentation This controls, in combination with ediParm2 and ediParm3, the processing of a file. With these settings Kewill Logistics can determine departments/defaults etc.
Schema Component Representation
<xs:simpleType name="ediParm1Type">
<xs:restriction base="NType">
<xs:maxInclusive value="9"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ediParm2Type

Super-types: xs:string < AType (by restriction) < ediParm2Type (by restriction)
Sub-types: None
Name ediParm2Type
Content
  • Base XSD Type: string
  • length <= 1
Schema Component Representation
<xs:simpleType name="ediParm2Type">
<xs:restriction base="AType">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ediParm3Type

Super-types: xs:string < AType (by restriction) < ediParm3Type (by restriction)
Sub-types: None
Name ediParm3Type
Content
  • Base XSD Type: string
  • length <= 1
Schema Component Representation
<xs:simpleType name="ediParm3Type">
<xs:restriction base="AType">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ediReferenceType

Super-types: xs:string < AType (by restriction) < ediReferenceType (by restriction)
Sub-types: None
Name ediReferenceType
Content
  • Base XSD Type: string
  • length <= 35
Documentation This is used to identify edi files.It is used when updates/ delete/ add is send of a previous transmission.
Schema Component Representation
<xs:simpleType name="ediReferenceType">
<xs:restriction base="AType">
<xs:maxLength value="35"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: exciseCodeType

Super-types: xs:string < AUType (by restriction) < exciseCodeType (by restriction)
Sub-types: None
Name exciseCodeType
Content
  • Base XSD Type: string
  • pattern = ([^a-z])*
  • length <= 4
Schema Component Representation
<xs:simpleType name="exciseCodeType">
<xs:restriction base="AUType">
<xs:maxLength value="4"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: exciseLitersType

Super-types: xs:decimal < S3Type (by restriction) < exciseLitersType (by restriction)
Sub-types: None
Name exciseLitersType
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 3
  • -9999999999.999 <= value <= 9999999999.999
Schema Component Representation
<xs:simpleType name="exciseLitersType">
<xs:restriction base="S3Type">
<xs:minInclusive value="-9999999999.999"/>
<xs:maxInclusive value="9999999999.999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: exciseSpecificationType

Super-types: xs:nonNegativeInteger < NType (by restriction) < exciseSpecificationType (by restriction)
Sub-types: None
Name exciseSpecificationType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 9
Schema Component Representation
<xs:simpleType name="exciseSpecificationType">
<xs:restriction base="NType">
<xs:maxInclusive value="9"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: exportTaricCodeType

Super-types: xs:string < AType (by restriction) < exportTaricCodeType (by restriction)
Sub-types: None
Name exportTaricCodeType
Content
  • Base XSD Type: string
  • length <= 22
Schema Component Representation
<xs:simpleType name="exportTaricCodeType">
<xs:restriction base="AType">
<xs:maxLength value="22"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: finalPalletFullType

Super-types: CAType (by restriction) < finalPalletFullType (by restriction)
Sub-types: None
Name finalPalletFullType
Content
Schema Component Representation
<xs:simpleType name="finalPalletFullType">
<xs:restriction base="CAType"/>
</xs:simpleType>
top

Simple Type: fromDateType

Super-types: xs:date < DYType (by restriction) < fromDateType (by restriction)
Sub-types: None
Name fromDateType
Content
  • Base XSD Type: date
Schema Component Representation
<xs:simpleType name="fromDateType">
<xs:restriction base="DYType"/>
</xs:simpleType>
top

Simple Type: grossWeightPerUnitType

Super-types: xs:decimal < S3Type (by restriction) < grossWeightPerUnitType (by restriction)
Sub-types: None
Name grossWeightPerUnitType
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 3
  • -9999999999.999 <= value <= 9999999999.999
Schema Component Representation
<xs:simpleType name="grossWeightPerUnitType">
<xs:restriction base="S3Type">
<xs:minInclusive value="-9999999999.999"/>
<xs:maxInclusive value="9999999999.999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: heightType

Super-types: xs:decimal < N3Type (by restriction) < heightType (by restriction)
Sub-types: None
Name heightType
Content
  • Base XSD Type: decimal
  • value >= 0
  • no. of fraction digits = 3
  • value <= 999.999
Schema Component Representation
<xs:simpleType name="heightType">
<xs:restriction base="N3Type">
<xs:maxInclusive value="999.999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: importTaricCodeType

Super-types: xs:string < AType (by restriction) < importTaricCodeType (by restriction)
Sub-types: None
Name importTaricCodeType
Content
  • Base XSD Type: string
  • length <= 22
Schema Component Representation
<xs:simpleType name="importTaricCodeType">
<xs:restriction base="AType">
<xs:maxLength value="22"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: informationType

Super-types: xs:string < AType (by restriction) < informationType (by restriction)
Sub-types: None
Name informationType
Content
  • Base XSD Type: string
  • length <= 20
Schema Component Representation
<xs:simpleType name="informationType">
<xs:restriction base="AType">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: internalDescriptionType

Super-types: xs:string < AType (by restriction) < internalDescriptionType (by restriction)
Sub-types: None
Name internalDescriptionType
Content
  • Base XSD Type: string
  • length <= 30
Schema Component Representation
<xs:simpleType name="internalDescriptionType">
<xs:restriction base="AType">
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: invoiceValueType

Super-types: xs:decimal < N2Type (by restriction) < invoiceValueType (by restriction)
Sub-types: None
Name invoiceValueType
Content
  • Base XSD Type: decimal
  • value >= 0
  • no. of fraction digits = 2
  • value <= 9999999999999.99
Schema Component Representation
<xs:simpleType name="invoiceValueType">
<xs:restriction base="N2Type">
<xs:maxInclusive value="9999999999999.99"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: languageCodeType

Super-types: xs:nonNegativeInteger < NType (by restriction) < languageCodeType (by restriction)
Sub-types: None
Name languageCodeType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 99
Schema Component Representation
<xs:simpleType name="languageCodeType">
<xs:restriction base="NType">
<xs:maxInclusive value="99"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: lengthType

Super-types: xs:decimal < N3Type (by restriction) < lengthType (by restriction)
Sub-types: None
Name lengthType
Content
  • Base XSD Type: decimal
  • value >= 0
  • no. of fraction digits = 3
  • value <= 999.999
Schema Component Representation
<xs:simpleType name="lengthType">
<xs:restriction base="N3Type">
<xs:maxInclusive value="999.999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: lotReservationType

Super-types: CAType (by restriction) < lotReservationType (by restriction)
Sub-types: None
Name lotReservationType
Content
Schema Component Representation
<xs:simpleType name="lotReservationType">
<xs:restriction base="CAType"/>
</xs:simpleType>
top

Simple Type: maximumStockType

Super-types: xs:decimal < S3Type (by restriction) < maximumStockType (by restriction)
Sub-types: None
Name maximumStockType
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 3
  • -999999999.999 <= value <= 999999999.999
Schema Component Representation
<xs:simpleType name="maximumStockType">
<xs:restriction base="S3Type">
<xs:minInclusive value="-999999999.999"/>
<xs:maxInclusive value="999999999.999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: methodOfValuationType

Super-types: xs:nonNegativeInteger < NType (by restriction) < methodOfValuationType (by restriction)
Sub-types: None
Name methodOfValuationType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 9
Schema Component Representation
<xs:simpleType name="methodOfValuationType">
<xs:restriction base="NType">
<xs:maxInclusive value="9"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: minimumAmountType

Super-types: xs:decimal < S3Type (by restriction) < minimumAmountType (by restriction)
Sub-types: None
Name minimumAmountType
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 3
  • -999999999.999 <= value <= 999999999.999
Schema Component Representation
<xs:simpleType name="minimumAmountType">
<xs:restriction base="S3Type">
<xs:minInclusive value="-999999999.999"/>
<xs:maxInclusive value="999999999.999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: minimumPercentageType

Super-types: xs:decimal < N2Type (by restriction) < minimumPercentageType (by restriction)
Sub-types: None
Name minimumPercentageType
Content
  • Base XSD Type: decimal
  • value >= 0
  • no. of fraction digits = 2
  • value <= 999.99
Schema Component Representation
<xs:simpleType name="minimumPercentageType">
<xs:restriction base="N2Type">
<xs:maxInclusive value="999.99"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: minimumQuantityType

Super-types: xs:decimal < S3Type (by restriction) < minimumQuantityType (by restriction)
Sub-types: None
Name minimumQuantityType
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 3
  • -999999999.999 <= value <= 999999999.999
Schema Component Representation
<xs:simpleType name="minimumQuantityType">
<xs:restriction base="S3Type">
<xs:minInclusive value="-999999999.999"/>
<xs:maxInclusive value="999999999.999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: minimumStockType

Super-types: xs:decimal < S3Type (by restriction) < minimumStockType (by restriction)
Sub-types: None
Name minimumStockType
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 3
  • -999999999.999 <= value <= 999999999.999
Schema Component Representation
<xs:simpleType name="minimumStockType">
<xs:restriction base="S3Type">
<xs:minInclusive value="-999999999.999"/>
<xs:maxInclusive value="999999999.999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: minimumValueOfStockType

Super-types: xs:decimal < S3Type (by restriction) < minimumValueOfStockType (by restriction)
Sub-types: None
Name minimumValueOfStockType
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 3
  • -999999999.999 <= value <= 999999999.999
Schema Component Representation
<xs:simpleType name="minimumValueOfStockType">
<xs:restriction base="S3Type">
<xs:minInclusive value="-999999999.999"/>
<xs:maxInclusive value="999999999.999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: nationalExciseCodeType

Super-types: xs:string < AType (by restriction) < nationalExciseCodeType (by restriction)
Sub-types: None
Name nationalExciseCodeType
Content
  • Base XSD Type: string
  • length <= 2
Schema Component Representation
<xs:simpleType name="nationalExciseCodeType">
<xs:restriction base="AType">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: nationalSubDivCodeType

Super-types: xs:string < AType (by restriction) < nationalSubDivCodeType (by restriction)
Sub-types: None
Name nationalSubDivCodeType
Content
  • Base XSD Type: string
  • length <= 2
Schema Component Representation
<xs:simpleType name="nationalSubDivCodeType">
<xs:restriction base="AType">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: nettoWeightType

Super-types: xs:decimal < N4Type (by restriction) < nettoWeightType (by restriction)
Sub-types: None
Name nettoWeightType
Content
  • Base XSD Type: decimal
  • value >= 0
  • no. of fraction digits = 4
  • value <= 999999.9999
Schema Component Representation
<xs:simpleType name="nettoWeightType">
<xs:restriction base="N4Type">
<xs:maxInclusive value="999999.9999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: numberPerUnitType

Super-types: xs:nonNegativeInteger < NType (by restriction) < numberPerUnitType (by restriction)
Sub-types: None
Name numberPerUnitType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 999999
Schema Component Representation
<xs:simpleType name="numberPerUnitType">
<xs:restriction base="NType">
<xs:maxInclusive value="999999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: numberPositiveOrNegativeType

Super-types: xs:integer < SType (by restriction) < numberPositiveOrNegativeType (by restriction)
Sub-types: None
Name numberPositiveOrNegativeType
Content
  • Base XSD Type: integer
  • -999999999 <= value <= 999999999
Documentation With this option you can enter a default value as positive or negative. This value will initially be copied from the characteristic. You can only enter this value when the default indication for the article characteristic does NOT have the value "fixed" and when the characteristic has date or time as a type.
Schema Component Representation
<xs:simpleType name="numberPositiveOrNegativeType">
<xs:restriction base="SType">
<xs:minInclusive value="-999999999"/>
<xs:maxInclusive value="999999999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: operatorType

Super-types: xs:string < AType (by restriction) < operatorType (by restriction)
Sub-types: None
Name operatorType
Content
  • Base XSD Type: string
  • length <= 2
Schema Component Representation
<xs:simpleType name="operatorType">
<xs:restriction base="AType">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: orderTypeType

Super-types: xs:nonNegativeInteger < NType (by restriction) < orderTypeType (by restriction)
Sub-types: None
Name orderTypeType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 99
Schema Component Representation
<xs:simpleType name="orderTypeType">
<xs:restriction base="NType">
<xs:maxInclusive value="99"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: outboundUnitType

Super-types: xs:string < AType (by restriction) < outboundUnitType (by restriction)
Sub-types: None
Name outboundUnitType
Content
  • Base XSD Type: string
  • length <= 3
Schema Component Representation
<xs:simpleType name="outboundUnitType">
<xs:restriction base="AType">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: packageCodeType

Super-types: xs:string < AType (by restriction) < packageCodeType (by restriction)
Sub-types: None
Name packageCodeType
Content
  • Base XSD Type: string
  • length <= 2
Schema Component Representation
<xs:simpleType name="packageCodeType">
<xs:restriction base="AType">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: palletRegistrationType

Super-types: CAType (by restriction) < palletRegistrationType (by restriction)
Sub-types: None
Name palletRegistrationType
Content
Schema Component Representation
<xs:simpleType name="palletRegistrationType">
<xs:restriction base="CAType"/>
</xs:simpleType>
top

Simple Type: palletReservationType

Super-types: CAType (by restriction) < palletReservationType (by restriction)
Sub-types: None
Name palletReservationType
Content
Schema Component Representation
<xs:simpleType name="palletReservationType">
<xs:restriction base="CAType"/>
</xs:simpleType>
top

Simple Type: partArticleCodeType

Super-types: xs:string < AType (by restriction) < partArticleCodeType (by restriction)
Sub-types: None
Name partArticleCodeType
Content
  • Base XSD Type: string
  • length <= 35
Schema Component Representation
<xs:simpleType name="partArticleCodeType">
<xs:restriction base="AType">
<xs:maxLength value="35"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: producePerType

Super-types: xs:decimal < S3Type (by restriction) < producePerType (by restriction)
Sub-types: None
Name producePerType
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 3
  • -999999999.999 <= value <= 999999999.999
Schema Component Representation
<xs:simpleType name="producePerType">
<xs:restriction base="S3Type">
<xs:minInclusive value="-999999999.999"/>
<xs:maxInclusive value="999999999.999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: quantityPackageCode1Type

Super-types: xs:decimal < S3Type (by restriction) < quantityPackageCode1Type (by restriction)
Sub-types: None
Name quantityPackageCode1Type
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 3
  • -9999999999.999 <= value <= 9999999999.999
Schema Component Representation
<xs:simpleType name="quantityPackageCode1Type">
<xs:restriction base="S3Type">
<xs:minInclusive value="-9999999999.999"/>
<xs:maxInclusive value="9999999999.999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: quantityPackageCode2Type

Super-types: xs:decimal < S3Type (by restriction) < quantityPackageCode2Type (by restriction)
Sub-types: None
Name quantityPackageCode2Type
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 3
  • -9999999999.999 <= value <= 9999999999.999
Schema Component Representation
<xs:simpleType name="quantityPackageCode2Type">
<xs:restriction base="S3Type">
<xs:minInclusive value="-9999999999.999"/>
<xs:maxInclusive value="9999999999.999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: quantityPackageCode3Type

Super-types: xs:decimal < S3Type (by restriction) < quantityPackageCode3Type (by restriction)
Sub-types: None
Name quantityPackageCode3Type
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 3
  • -9999999999.999 <= value <= 9999999999.999
Schema Component Representation
<xs:simpleType name="quantityPackageCode3Type">
<xs:restriction base="S3Type">
<xs:minInclusive value="-9999999999.999"/>
<xs:maxInclusive value="9999999999.999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: quantityPackageCode4Type

Super-types: xs:decimal < S3Type (by restriction) < quantityPackageCode4Type (by restriction)
Sub-types: None
Name quantityPackageCode4Type
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 3
  • -9999999999.999 <= value <= 9999999999.999
Schema Component Representation
<xs:simpleType name="quantityPackageCode4Type">
<xs:restriction base="S3Type">
<xs:minInclusive value="-9999999999.999"/>
<xs:maxInclusive value="9999999999.999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: quantityToTransferType

Super-types: xs:decimal < S3Type (by restriction) < quantityToTransferType (by restriction)
Sub-types: None
Name quantityToTransferType
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 3
  • -999999999.999 <= value <= 999999999.999
Schema Component Representation
<xs:simpleType name="quantityToTransferType">
<xs:restriction base="S3Type">
<xs:minInclusive value="-999999999.999"/>
<xs:maxInclusive value="999999999.999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: receiptPackageCodeType

Super-types: xs:string < AType (by restriction) < receiptPackageCodeType (by restriction)
Sub-types: None
Name receiptPackageCodeType
Content
  • Base XSD Type: string
  • length <= 2
Schema Component Representation
<xs:simpleType name="receiptPackageCodeType">
<xs:restriction base="AType">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: relationNumberType

Super-types: xs:nonNegativeInteger < NType (by restriction) < relationNumberType (by restriction)
Sub-types: None
Name relationNumberType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 999999999999
Schema Component Representation
<xs:simpleType name="relationNumberType">
<xs:restriction base="NType">
<xs:maxInclusive value="999999999999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: reportingCustomsCodeType

Super-types: xs:string < AType (by restriction) < reportingCustomsCodeType (by restriction)
Sub-types: None
Name reportingCustomsCodeType
Content
  • Base XSD Type: string
  • length <= 16
Schema Component Representation
<xs:simpleType name="reportingCustomsCodeType">
<xs:restriction base="AType">
<xs:maxLength value="16"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: requiredNumberType

Super-types: xs:decimal < S3Type (by restriction) < requiredNumberType (by restriction)
Sub-types: None
Name requiredNumberType
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 3
  • -999999999.999 <= value <= 999999999.999
Schema Component Representation
<xs:simpleType name="requiredNumberType">
<xs:restriction base="S3Type">
<xs:minInclusive value="-999999999.999"/>
<xs:maxInclusive value="999999999.999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: returnTypeType

Super-types: xs:string < AUType (by restriction) < returnTypeType (by restriction)
Sub-types: None
Name returnTypeType
Content
  • Base XSD Type: string
  • pattern = ([^a-z])*
  • length <= 10
Schema Component Representation
<xs:simpleType name="returnTypeType">
<xs:restriction base="AUType">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: reversedPickPercenatageType

Super-types: xs:decimal < N2Type (by restriction) < reversedPickPercenatageType (by restriction)
Sub-types: None
Name reversedPickPercenatageType
Content
  • Base XSD Type: decimal
  • value >= 0
  • no. of fraction digits = 2
  • value <= 999.99
Schema Component Representation
<xs:simpleType name="reversedPickPercenatageType">
<xs:restriction base="N2Type">
<xs:maxInclusive value="999.99"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: rmaHandlingType

Super-types: xs:nonNegativeInteger < NType (by restriction) < rmaHandlingType (by restriction)
Sub-types: None
Name rmaHandlingType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 9
Schema Component Representation
<xs:simpleType name="rmaHandlingType">
<xs:restriction base="NType">
<xs:maxInclusive value="9"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: searchNameArticleType

Super-types: xs:string < AType (by restriction) < searchNameArticleType (by restriction)
Sub-types: None
Name searchNameArticleType
Content
  • Base XSD Type: string
  • length <= 10
Schema Component Representation
<xs:simpleType name="searchNameArticleType">
<xs:restriction base="AType">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: searchStringType

Super-types: xs:string < AType (by restriction) < searchStringType (by restriction)
Sub-types: None
Name searchStringType
Content
  • Base XSD Type: string
  • length <= 50
Schema Component Representation
<xs:simpleType name="searchStringType">
<xs:restriction base="AType">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: sellingCurrencyType

Super-types: xs:string < AUType (by restriction) < sellingCurrencyType (by restriction)
Sub-types: None
Name sellingCurrencyType
Content
  • Base XSD Type: string
  • pattern = ([^a-z])*
  • length <= 3
Schema Component Representation
<xs:simpleType name="sellingCurrencyType">
<xs:restriction base="AUType">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: sellingPriceType

Super-types: xs:decimal < S2Type (by restriction) < sellingPriceType (by restriction)
Sub-types: None
Name sellingPriceType
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 2
  • -999999999.99 <= value <= 999999999.99
Schema Component Representation
<xs:simpleType name="sellingPriceType">
<xs:restriction base="S2Type">
<xs:minInclusive value="-999999999.99"/>
<xs:maxInclusive value="999999999.99"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: stackablePalletOutgoingType

Super-types: CAType (by restriction) < stackablePalletOutgoingType (by restriction)
Sub-types: None
Name stackablePalletOutgoingType
Content
Schema Component Representation
<xs:simpleType name="stackablePalletOutgoingType">
<xs:restriction base="CAType"/>
</xs:simpleType>
top

Simple Type: stackingPackageCodeType

Super-types: xs:string < AType (by restriction) < stackingPackageCodeType (by restriction)
Sub-types: None
Name stackingPackageCodeType
Content
  • Base XSD Type: string
  • length <= 2
Schema Component Representation
<xs:simpleType name="stackingPackageCodeType">
<xs:restriction base="AType">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: stackingPalletUnitType

Super-types: CAType (by restriction) < stackingPalletUnitType (by restriction)
Sub-types: None
Name stackingPalletUnitType
Content
Schema Component Representation
<xs:simpleType name="stackingPalletUnitType">
<xs:restriction base="CAType"/>
</xs:simpleType>
top

Simple Type: stackingType

Super-types: xs:nonNegativeInteger < NType (by restriction) < stackingType (by restriction)
Sub-types: None
Name stackingType
Content
  • Base XSD Type: nonNegativeInteger
  • value <= 9
Schema Component Representation
<xs:simpleType name="stackingType">
<xs:restriction base="NType">
<xs:maxInclusive value="9"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: stockUnitType

Super-types: xs:string < AType (by restriction) < stockUnitType (by restriction)
Sub-types: None
Name stockUnitType
Content
  • Base XSD Type: string
  • length <= 3
Schema Component Representation
<xs:simpleType name="stockUnitType">
<xs:restriction base="AType">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: stringType

Super-types: xs:string < stringType (by restriction)
Sub-types: None
Name stringType
Content
  • Base XSD Type: string
Documentation Character string value
Schema Component Representation
<xs:simpleType name="stringType">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: supplierSearchNameType

Super-types: xs:string < AUType (by restriction) < supplierSearchNameType (by restriction)
Sub-types: None
Name supplierSearchNameType
Content
  • Base XSD Type: string
  • pattern = ([^a-z])*
  • length <= 20
Schema Component Representation
<xs:simpleType name="supplierSearchNameType">
<xs:restriction base="AUType">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: tailorFiller10Type

Super-types: xs:string < AType (by restriction) < tailorFiller10Type (by restriction)
Sub-types: None
Name tailorFiller10Type
Content
  • Base XSD Type: string
  • length <= 10
Schema Component Representation
<xs:simpleType name="tailorFiller10Type">
<xs:restriction base="AType">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: tailorFiller25Type

Super-types: xs:string < AType (by restriction) < tailorFiller25Type (by restriction)
Sub-types: None
Name tailorFiller25Type
Content
  • Base XSD Type: string
  • length <= 25
Schema Component Representation
<xs:simpleType name="tailorFiller25Type">
<xs:restriction base="AType">
<xs:maxLength value="25"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: taricCode1Type

Super-types: xs:string < AType (by restriction) < taricCode1Type (by restriction)
Sub-types: None
Name taricCode1Type
Content
  • Base XSD Type: string
  • length <= 4
Schema Component Representation
<xs:simpleType name="taricCode1Type">
<xs:restriction base="AType">
<xs:maxLength value="4"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: taricCode2Type

Super-types: xs:string < AType (by restriction) < taricCode2Type (by restriction)
Sub-types: None
Name taricCode2Type
Content
  • Base XSD Type: string
  • length <= 4
Schema Component Representation
<xs:simpleType name="taricCode2Type">
<xs:restriction base="AType">
<xs:maxLength value="4"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: transferUnitType

Super-types: xs:string < AType (by restriction) < transferUnitType (by restriction)
Sub-types: None
Name transferUnitType
Content
  • Base XSD Type: string
  • length <= 2
Schema Component Representation
<xs:simpleType name="transferUnitType">
<xs:restriction base="AType">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: typeOfAntiDumpType

Super-types: xs:string < AUType (by restriction) < typeOfAntiDumpType (by restriction)
Sub-types: None
Name typeOfAntiDumpType
Content
  • Base XSD Type: string
  • pattern = ([^a-z])*
  • length <= 1
Schema Component Representation
<xs:simpleType name="typeOfAntiDumpType">
<xs:restriction base="AUType">
<xs:maxLength value="1"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: unitPackageCode1Type

Super-types: xs:string < AType (by restriction) < unitPackageCode1Type (by restriction)
Sub-types: None
Name unitPackageCode1Type
Content
  • Base XSD Type: string
  • length <= 2
Schema Component Representation
<xs:simpleType name="unitPackageCode1Type">
<xs:restriction base="AType">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: unitPackageCode2Type

Super-types: xs:string < AType (by restriction) < unitPackageCode2Type (by restriction)
Sub-types: None
Name unitPackageCode2Type
Content
  • Base XSD Type: string
  • length <= 2
Schema Component Representation
<xs:simpleType name="unitPackageCode2Type">
<xs:restriction base="AType">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: unitPackageCode3Type

Super-types: xs:string < AType (by restriction) < unitPackageCode3Type (by restriction)
Sub-types: None
Name unitPackageCode3Type
Content
  • Base XSD Type: string
  • length <= 2
Schema Component Representation
<xs:simpleType name="unitPackageCode3Type">
<xs:restriction base="AType">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: unitPackageCode4Type

Super-types: xs:string < AType (by restriction) < unitPackageCode4Type (by restriction)
Sub-types: None
Name unitPackageCode4Type
Content
  • Base XSD Type: string
  • length <= 2
Schema Component Representation
<xs:simpleType name="unitPackageCode4Type">
<xs:restriction base="AType">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: valueType

Super-types: xs:string < UTType (by restriction) < valueType (by restriction)
Sub-types: None
Name valueType
Content
  • Base XSD Type: string
Schema Component Representation
<xs:simpleType name="valueType">
<xs:restriction base="UTType"/>
</xs:simpleType>
top

Simple Type: volumePackageCodeType

Super-types: xs:string < AType (by restriction) < volumePackageCodeType (by restriction)
Sub-types: None
Name volumePackageCodeType
Content
  • Base XSD Type: string
  • length <= 2
Schema Component Representation
<xs:simpleType name="volumePackageCodeType">
<xs:restriction base="AType">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: widthType

Super-types: xs:decimal < N3Type (by restriction) < widthType (by restriction)
Sub-types: None
Name widthType
Content
  • Base XSD Type: decimal
  • value >= 0
  • no. of fraction digits = 3
  • value <= 999.999
Schema Component Representation
<xs:simpleType name="widthType">
<xs:restriction base="N3Type">
<xs:maxInclusive value="999.999"/>
</xs:restriction>
</xs:simpleType>
top