Table of Contents
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 >
Simple Type: AType
Super-types:
xs :string < AType (by restriction)
Sub-types:
Name
AType
Content
Documentation
Character string value.
Schema Component Representation
<
xs:simpleType name ="
AType ">
<
xs:restriction base ="
xs :string"/>
</
xs:simpleType >
Simple Type: AUType
Super-types:
xs :string < AUType (by restriction)
Sub-types:
Name
AUType
Content
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 >
Simple Type: CAType
Super-types:
None
Sub-types:
Name
CAType
Content
Union of following types:
Documentation
Boolean type to specify a true or false value
Schema Component Representation
<
xs:simpleType name ="
CAType ">
</
xs:simpleType >
Simple Type: DYType
Super-types:
xs :date < DYType (by restriction)
Sub-types:
Name
DYType
Content
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 >
Simple Type: N2Type
Super-types:
xs :decimal < N2Type (by restriction)
Sub-types:
Name
N2Type
Content
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 >
Simple Type: N3Type
Super-types:
xs :decimal < N3Type (by restriction)
Sub-types:
Name
N3Type
Content
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 >
Simple Type: N4Type
Super-types:
xs :decimal < N4Type (by restriction)
Sub-types:
Name
N4Type
Content
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 >
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 >
Super-types:
CAType (by restriction) < RFSwitchLotType (by restriction)
Sub-types:
None
Name
RFSwitchLotType
Content
Union of following types:
Schema Component Representation
<
xs:simpleType name ="
RFSwitchLotType ">
<
xs:restriction base ="
CAType "/>
</
xs:simpleType >
Super-types:
CAType (by restriction) < RFSwitchPalletType (by restriction)
Sub-types:
None
Name
RFSwitchPalletType
Content
Union of following types:
Schema Component Representation
<
xs:simpleType name ="
RFSwitchPalletType ">
<
xs:restriction base ="
CAType "/>
</
xs:simpleType >
Simple Type: S2Type
Super-types:
xs :decimal < S2Type (by restriction)
Sub-types:
Name
S2Type
Content
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 >
Simple Type: S3Type
Super-types:
xs :decimal < S3Type (by restriction)
Sub-types:
Name
S3Type
Content
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 >
Simple Type: SType
Super-types:
xs :integer < SType (by restriction)
Sub-types:
Name
SType
Content
Documentation
Integer value (no fractional digits).
Schema Component Representation
<
xs:simpleType name ="
SType ">
<
xs:restriction base ="
xs :integer"/>
</
xs:simpleType >
Super-types:
CAType (by restriction) < TMSArticleType (by restriction)
Sub-types:
None
Name
TMSArticleType
Content
Union of following types:
Schema Component Representation
<
xs:simpleType name ="
TMSArticleType ">
<
xs:restriction base ="
CAType "/>
</
xs:simpleType >
Simple Type: UTType
Super-types:
xs :string < UTType (by restriction)
Sub-types:
Name
UTType
Content
Documentation
Character string value.
Schema Component Representation
<
xs:simpleType name ="
UTType ">
<
xs:restriction base ="
xs :string"/>
</
xs:simpleType >
Super-types:
xs :string < AUType (by restriction) < abcClassificationType (by restriction)
Sub-types:
None
Name
abcClassificationType
Content
Schema Component Representation
<
xs:simpleType name ="
abcClassificationType ">
<
xs:restriction base ="
AUType ">
<xs:maxLength value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :decimal < N2Type (by restriction) < alcoholPercentageType (by restriction)
Sub-types:
None
Name
alcoholPercentageType
Content
value >= 0
no. of fraction digits = 2
Schema Component Representation
<
xs:simpleType name ="
alcoholPercentageType ">
<
xs:restriction base ="
N2Type ">
<xs:maxInclusive value ="999.99 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
CAType (by restriction) < amendAtOrderEntryType (by restriction)
Sub-types:
None
Name
amendAtOrderEntryType
Content
Union of following types:
Schema Component Representation
<
xs:simpleType name ="
amendAtOrderEntryType ">
<
xs:restriction base ="
CAType "/>
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < amountOfdaysType (by restriction)
Sub-types:
None
Name
amountOfdaysType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
amountOfdaysType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="999 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < articleCodeType (by restriction)
Sub-types:
None
Name
articleCodeType
Content
Schema Component Representation
<
xs:simpleType name ="
articleCodeType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="35 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < articleGroupType (by restriction)
Sub-types:
None
Name
articleGroupType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
articleGroupType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="9999 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < booleanKlType (by restriction)
Sub-types:
None
Name
booleanKlType
Content
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 >
Super-types:
xs :boolean < booleanType (by restriction)
Sub-types:
None
Name
booleanType
Content
Documentation
Boolean type to specify a true or false value.
Schema Component Representation
<
xs:simpleType name ="
booleanType ">
<
xs:restriction base ="
xs :boolean"/>
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < branchCodeType (by restriction)
Sub-types:
None
Name
branchCodeType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
branchCodeType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="9999 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AUType (by restriction) < buyingCurrencyType (by restriction)
Sub-types:
None
Name
buyingCurrencyType
Content
Schema Component Representation
<
xs:simpleType name ="
buyingCurrencyType ">
<
xs:restriction base ="
AUType ">
<xs:maxLength value ="3 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :decimal < N2Type (by restriction) < buyingPriceType (by restriction)
Sub-types:
None
Name
buyingPriceType
Content
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 >
Super-types:
xs :string < AType (by restriction) < calculationPackageCodeType (by restriction)
Sub-types:
None
Name
calculationPackageCodeType
Content
Schema Component Representation
<
xs:simpleType name ="
calculationPackageCodeType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < characteristicsCodeType (by restriction)
Sub-types:
None
Name
characteristicsCodeType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
characteristicsCodeType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="9999 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < codeArticleSetType (by restriction)
Sub-types:
None
Name
codeArticleSetType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
codeArticleSetType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="9 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < codeAutomaticLotDateType (by restriction)
Sub-types:
None
Name
codeAutomaticLotDateType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
codeAutomaticLotDateType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="9 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < codeLotType (by restriction)
Sub-types:
None
Name
codeLotType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
codeLotType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="9 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < codeSerialNumbersType (by restriction)
Sub-types:
None
Name
codeSerialNumbersType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
codeSerialNumbersType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="9 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < codeStockLevelType (by restriction)
Sub-types:
None
Name
codeStockLevelType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
codeStockLevelType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="9 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < commodityCodeType (by restriction)
Sub-types:
None
Name
commodityCodeType
Content
Schema Component Representation
<
xs:simpleType name ="
commodityCodeType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="4 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AUType (by restriction) < countryCodeType (by restriction)
Sub-types:
None
Name
countryCodeType
Content
Schema Component Representation
<
xs:simpleType name ="
countryCodeType ">
<
xs:restriction base ="
AUType ">
<xs:maxLength value ="3 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AUType (by restriction) < countryOfOriginType (by restriction)
Sub-types:
None
Name
countryOfOriginType
Content
Schema Component Representation
<
xs:simpleType name ="
countryOfOriginType ">
<
xs:restriction base ="
AUType ">
<xs:maxLength value ="3 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < dangerousGoodsUNNumberType (by restriction)
Sub-types:
None
Name
dangerousGoodsUNNumberType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
dangerousGoodsUNNumberType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="9999 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < dangerousGoodsUNSuffixType (by restriction)
Sub-types:
None
Name
dangerousGoodsUNSuffixType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
dangerousGoodsUNSuffixType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="999 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < descriptionPart1Type (by restriction)
Sub-types:
None
Name
descriptionPart1Type
Content
Schema Component Representation
<
xs:simpleType name ="
descriptionPart1Type ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < descriptionPart2Type (by restriction)
Sub-types:
None
Name
descriptionPart2Type
Content
Schema Component Representation
<
xs:simpleType name ="
descriptionPart2Type ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < descriptionPart3Type (by restriction)
Sub-types:
None
Name
descriptionPart3Type
Content
Schema Component Representation
<
xs:simpleType name ="
descriptionPart3Type ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < descriptionPart4Type (by restriction)
Sub-types:
None
Name
descriptionPart4Type
Content
Schema Component Representation
<
xs:simpleType name ="
descriptionPart4Type ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < despatchPackageCodeType (by restriction)
Sub-types:
None
Name
despatchPackageCodeType
Content
Schema Component Representation
<
xs:simpleType name ="
despatchPackageCodeType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
CAType (by restriction) < displayValueInfType (by restriction)
Sub-types:
None
Name
displayValueInfType
Content
Union of following types:
Schema Component Representation
<
xs:simpleType name ="
displayValueInfType ">
<
xs:restriction base ="
CAType "/>
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < eanCodeType (by restriction)
Sub-types:
None
Name
eanCodeType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
eanCodeType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="99999999999999 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < eanNumberType (by restriction)
Sub-types:
None
Name
eanNumberType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
eanNumberType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="9999999999999 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < ediCustomerDepartmentType (by restriction)
Sub-types:
None
Name
ediCustomerDepartmentType
Content
Schema Component Representation
<
xs:simpleType name ="
ediCustomerDepartmentType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="4 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < ediCustomerNumberType (by restriction)
Sub-types:
None
Name
ediCustomerNumberType
Content
Base XSD Type: nonNegativeInteger
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 >
Super-types:
xs :string < AType (by restriction) < ediCustomerSearchNameType (by restriction)
Sub-types:
None
Name
ediCustomerSearchNameType
Content
Schema Component Representation
<
xs:simpleType name ="
ediCustomerSearchNameType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="20 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < ediFunction1Type (by restriction)
Sub-types:
None
Name
ediFunction1Type
Content
Schema Component Representation
<
xs:simpleType name ="
ediFunction1Type ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="3 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < ediParm1Type (by restriction)
Sub-types:
None
Name
ediParm1Type
Content
Base XSD Type: nonNegativeInteger
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 >
Super-types:
xs :string < AType (by restriction) < ediParm2Type (by restriction)
Sub-types:
None
Name
ediParm2Type
Content
Schema Component Representation
<
xs:simpleType name ="
ediParm2Type ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < ediParm3Type (by restriction)
Sub-types:
None
Name
ediParm3Type
Content
Schema Component Representation
<
xs:simpleType name ="
ediParm3Type ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < ediReferenceType (by restriction)
Sub-types:
None
Name
ediReferenceType
Content
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 >
Super-types:
xs :string < AUType (by restriction) < exciseCodeType (by restriction)
Sub-types:
None
Name
exciseCodeType
Content
Schema Component Representation
<
xs:simpleType name ="
exciseCodeType ">
<
xs:restriction base ="
AUType ">
<xs:maxLength value ="4 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :decimal < S3Type (by restriction) < exciseLitersType (by restriction)
Sub-types:
None
Name
exciseLitersType
Content
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 >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < exciseSpecificationType (by restriction)
Sub-types:
None
Name
exciseSpecificationType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
exciseSpecificationType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="9 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < exportTaricCodeType (by restriction)
Sub-types:
None
Name
exportTaricCodeType
Content
Schema Component Representation
<
xs:simpleType name ="
exportTaricCodeType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="22 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
CAType (by restriction) < finalPalletFullType (by restriction)
Sub-types:
None
Name
finalPalletFullType
Content
Union of following types:
Schema Component Representation
<
xs:simpleType name ="
finalPalletFullType ">
<
xs:restriction base ="
CAType "/>
</
xs:simpleType >
Super-types:
xs :date < DYType (by restriction) < fromDateType (by restriction)
Sub-types:
None
Name
fromDateType
Content
Schema Component Representation
<
xs:simpleType name ="
fromDateType ">
<
xs:restriction base ="
DYType "/>
</
xs:simpleType >
Super-types:
xs :decimal < S3Type (by restriction) < grossWeightPerUnitType (by restriction)
Sub-types:
None
Name
grossWeightPerUnitType
Content
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 >
Super-types:
xs :decimal < N3Type (by restriction) < heightType (by restriction)
Sub-types:
None
Name
heightType
Content
value >= 0
no. of fraction digits = 3
Schema Component Representation
<
xs:simpleType name ="
heightType ">
<
xs:restriction base ="
N3Type ">
<xs:maxInclusive value ="999.999 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < importTaricCodeType (by restriction)
Sub-types:
None
Name
importTaricCodeType
Content
Schema Component Representation
<
xs:simpleType name ="
importTaricCodeType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="22 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < informationType (by restriction)
Sub-types:
None
Name
informationType
Content
Schema Component Representation
<
xs:simpleType name ="
informationType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="20 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < internalDescriptionType (by restriction)
Sub-types:
None
Name
internalDescriptionType
Content
Schema Component Representation
<
xs:simpleType name ="
internalDescriptionType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :decimal < N2Type (by restriction) < invoiceValueType (by restriction)
Sub-types:
None
Name
invoiceValueType
Content
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 >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < languageCodeType (by restriction)
Sub-types:
None
Name
languageCodeType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
languageCodeType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="99 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :decimal < N3Type (by restriction) < lengthType (by restriction)
Sub-types:
None
Name
lengthType
Content
value >= 0
no. of fraction digits = 3
Schema Component Representation
<
xs:simpleType name ="
lengthType ">
<
xs:restriction base ="
N3Type ">
<xs:maxInclusive value ="999.999 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
CAType (by restriction) < lotReservationType (by restriction)
Sub-types:
None
Name
lotReservationType
Content
Union of following types:
Schema Component Representation
<
xs:simpleType name ="
lotReservationType ">
<
xs:restriction base ="
CAType "/>
</
xs:simpleType >
Super-types:
xs :decimal < S3Type (by restriction) < maximumStockType (by restriction)
Sub-types:
None
Name
maximumStockType
Content
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 >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < methodOfValuationType (by restriction)
Sub-types:
None
Name
methodOfValuationType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
methodOfValuationType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="9 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :decimal < S3Type (by restriction) < minimumAmountType (by restriction)
Sub-types:
None
Name
minimumAmountType
Content
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 >
Super-types:
xs :decimal < N2Type (by restriction) < minimumPercentageType (by restriction)
Sub-types:
None
Name
minimumPercentageType
Content
value >= 0
no. of fraction digits = 2
Schema Component Representation
<
xs:simpleType name ="
minimumPercentageType ">
<
xs:restriction base ="
N2Type ">
<xs:maxInclusive value ="999.99 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :decimal < S3Type (by restriction) < minimumQuantityType (by restriction)
Sub-types:
None
Name
minimumQuantityType
Content
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 >
Super-types:
xs :decimal < S3Type (by restriction) < minimumStockType (by restriction)
Sub-types:
None
Name
minimumStockType
Content
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 >
Super-types:
xs :decimal < S3Type (by restriction) < minimumValueOfStockType (by restriction)
Sub-types:
None
Name
minimumValueOfStockType
Content
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 >
Super-types:
xs :string < AType (by restriction) < nationalExciseCodeType (by restriction)
Sub-types:
None
Name
nationalExciseCodeType
Content
Schema Component Representation
<
xs:simpleType name ="
nationalExciseCodeType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < nationalSubDivCodeType (by restriction)
Sub-types:
None
Name
nationalSubDivCodeType
Content
Schema Component Representation
<
xs:simpleType name ="
nationalSubDivCodeType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :decimal < N4Type (by restriction) < nettoWeightType (by restriction)
Sub-types:
None
Name
nettoWeightType
Content
value >= 0
no. of fraction digits = 4
Schema Component Representation
<
xs:simpleType name ="
nettoWeightType ">
<
xs:restriction base ="
N4Type ">
<xs:maxInclusive value ="999999.9999 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < numberPerUnitType (by restriction)
Sub-types:
None
Name
numberPerUnitType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
numberPerUnitType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="999999 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :integer < SType (by restriction) < numberPositiveOrNegativeType (by restriction)
Sub-types:
None
Name
numberPositiveOrNegativeType
Content
-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 >
Super-types:
xs :string < AType (by restriction) < operatorType (by restriction)
Sub-types:
None
Name
operatorType
Content
Schema Component Representation
<
xs:simpleType name ="
operatorType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < orderTypeType (by restriction)
Sub-types:
None
Name
orderTypeType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
orderTypeType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="99 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < outboundUnitType (by restriction)
Sub-types:
None
Name
outboundUnitType
Content
Schema Component Representation
<
xs:simpleType name ="
outboundUnitType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="3 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < packageCodeType (by restriction)
Sub-types:
None
Name
packageCodeType
Content
Schema Component Representation
<
xs:simpleType name ="
packageCodeType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
CAType (by restriction) < palletRegistrationType (by restriction)
Sub-types:
None
Name
palletRegistrationType
Content
Union of following types:
Schema Component Representation
<
xs:simpleType name ="
palletRegistrationType ">
<
xs:restriction base ="
CAType "/>
</
xs:simpleType >
Super-types:
CAType (by restriction) < palletReservationType (by restriction)
Sub-types:
None
Name
palletReservationType
Content
Union of following types:
Schema Component Representation
<
xs:simpleType name ="
palletReservationType ">
<
xs:restriction base ="
CAType "/>
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < partArticleCodeType (by restriction)
Sub-types:
None
Name
partArticleCodeType
Content
Schema Component Representation
<
xs:simpleType name ="
partArticleCodeType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="35 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :decimal < S3Type (by restriction) < producePerType (by restriction)
Sub-types:
None
Name
producePerType
Content
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 >
Super-types:
xs :decimal < S3Type (by restriction) < quantityPackageCode1Type (by restriction)
Sub-types:
None
Name
quantityPackageCode1Type
Content
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 >
Super-types:
xs :decimal < S3Type (by restriction) < quantityPackageCode2Type (by restriction)
Sub-types:
None
Name
quantityPackageCode2Type
Content
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 >
Super-types:
xs :decimal < S3Type (by restriction) < quantityPackageCode3Type (by restriction)
Sub-types:
None
Name
quantityPackageCode3Type
Content
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 >
Super-types:
xs :decimal < S3Type (by restriction) < quantityPackageCode4Type (by restriction)
Sub-types:
None
Name
quantityPackageCode4Type
Content
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 >
Super-types:
xs :decimal < S3Type (by restriction) < quantityToTransferType (by restriction)
Sub-types:
None
Name
quantityToTransferType
Content
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 >
Super-types:
xs :string < AType (by restriction) < receiptPackageCodeType (by restriction)
Sub-types:
None
Name
receiptPackageCodeType
Content
Schema Component Representation
<
xs:simpleType name ="
receiptPackageCodeType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < relationNumberType (by restriction)
Sub-types:
None
Name
relationNumberType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
relationNumberType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="999999999999 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < reportingCustomsCodeType (by restriction)
Sub-types:
None
Name
reportingCustomsCodeType
Content
Schema Component Representation
<
xs:simpleType name ="
reportingCustomsCodeType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="16 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :decimal < S3Type (by restriction) < requiredNumberType (by restriction)
Sub-types:
None
Name
requiredNumberType
Content
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 >
Super-types:
xs :string < AUType (by restriction) < returnTypeType (by restriction)
Sub-types:
None
Name
returnTypeType
Content
Schema Component Representation
<
xs:simpleType name ="
returnTypeType ">
<
xs:restriction base ="
AUType ">
<xs:maxLength value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :decimal < N2Type (by restriction) < reversedPickPercenatageType (by restriction)
Sub-types:
None
Name
reversedPickPercenatageType
Content
value >= 0
no. of fraction digits = 2
Schema Component Representation
<
xs:simpleType name ="
reversedPickPercenatageType ">
<
xs:restriction base ="
N2Type ">
<xs:maxInclusive value ="999.99 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < rmaHandlingType (by restriction)
Sub-types:
None
Name
rmaHandlingType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
rmaHandlingType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="9 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < searchNameArticleType (by restriction)
Sub-types:
None
Name
searchNameArticleType
Content
Schema Component Representation
<
xs:simpleType name ="
searchNameArticleType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < searchStringType (by restriction)
Sub-types:
None
Name
searchStringType
Content
Schema Component Representation
<
xs:simpleType name ="
searchStringType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="50 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AUType (by restriction) < sellingCurrencyType (by restriction)
Sub-types:
None
Name
sellingCurrencyType
Content
Schema Component Representation
<
xs:simpleType name ="
sellingCurrencyType ">
<
xs:restriction base ="
AUType ">
<xs:maxLength value ="3 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :decimal < S2Type (by restriction) < sellingPriceType (by restriction)
Sub-types:
None
Name
sellingPriceType
Content
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 >
Super-types:
CAType (by restriction) < stackablePalletOutgoingType (by restriction)
Sub-types:
None
Name
stackablePalletOutgoingType
Content
Union of following types:
Schema Component Representation
<
xs:simpleType name ="
stackablePalletOutgoingType ">
<
xs:restriction base ="
CAType "/>
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < stackingPackageCodeType (by restriction)
Sub-types:
None
Name
stackingPackageCodeType
Content
Schema Component Representation
<
xs:simpleType name ="
stackingPackageCodeType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
CAType (by restriction) < stackingPalletUnitType (by restriction)
Sub-types:
None
Name
stackingPalletUnitType
Content
Union of following types:
Schema Component Representation
<
xs:simpleType name ="
stackingPalletUnitType ">
<
xs:restriction base ="
CAType "/>
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < NType (by restriction) < stackingType (by restriction)
Sub-types:
None
Name
stackingType
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
stackingType ">
<
xs:restriction base ="
NType ">
<xs:maxInclusive value ="9 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < stockUnitType (by restriction)
Sub-types:
None
Name
stockUnitType
Content
Schema Component Representation
<
xs:simpleType name ="
stockUnitType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="3 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < stringType (by restriction)
Sub-types:
None
Name
stringType
Content
Documentation
Character string value
Schema Component Representation
<
xs:simpleType name ="
stringType ">
<
xs:restriction base ="
xs :string"/>
</
xs:simpleType >
Super-types:
xs :string < AUType (by restriction) < supplierSearchNameType (by restriction)
Sub-types:
None
Name
supplierSearchNameType
Content
Schema Component Representation
<
xs:simpleType name ="
supplierSearchNameType ">
<
xs:restriction base ="
AUType ">
<xs:maxLength value ="20 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < tailorFiller10Type (by restriction)
Sub-types:
None
Name
tailorFiller10Type
Content
Schema Component Representation
<
xs:simpleType name ="
tailorFiller10Type ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < tailorFiller25Type (by restriction)
Sub-types:
None
Name
tailorFiller25Type
Content
Schema Component Representation
<
xs:simpleType name ="
tailorFiller25Type ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="25 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < taricCode1Type (by restriction)
Sub-types:
None
Name
taricCode1Type
Content
Schema Component Representation
<
xs:simpleType name ="
taricCode1Type ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="4 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < taricCode2Type (by restriction)
Sub-types:
None
Name
taricCode2Type
Content
Schema Component Representation
<
xs:simpleType name ="
taricCode2Type ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="4 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < transferUnitType (by restriction)
Sub-types:
None
Name
transferUnitType
Content
Schema Component Representation
<
xs:simpleType name ="
transferUnitType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AUType (by restriction) < typeOfAntiDumpType (by restriction)
Sub-types:
None
Name
typeOfAntiDumpType
Content
Schema Component Representation
<
xs:simpleType name ="
typeOfAntiDumpType ">
<
xs:restriction base ="
AUType ">
<xs:maxLength value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < unitPackageCode1Type (by restriction)
Sub-types:
None
Name
unitPackageCode1Type
Content
Schema Component Representation
<
xs:simpleType name ="
unitPackageCode1Type ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < unitPackageCode2Type (by restriction)
Sub-types:
None
Name
unitPackageCode2Type
Content
Schema Component Representation
<
xs:simpleType name ="
unitPackageCode2Type ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < unitPackageCode3Type (by restriction)
Sub-types:
None
Name
unitPackageCode3Type
Content
Schema Component Representation
<
xs:simpleType name ="
unitPackageCode3Type ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < unitPackageCode4Type (by restriction)
Sub-types:
None
Name
unitPackageCode4Type
Content
Schema Component Representation
<
xs:simpleType name ="
unitPackageCode4Type ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < UTType (by restriction) < valueType (by restriction)
Sub-types:
None
Schema Component Representation
<
xs:simpleType name ="
valueType ">
<
xs:restriction base ="
UTType "/>
</
xs:simpleType >
Super-types:
xs :string < AType (by restriction) < volumePackageCodeType (by restriction)
Sub-types:
None
Name
volumePackageCodeType
Content
Schema Component Representation
<
xs:simpleType name ="
volumePackageCodeType ">
<
xs:restriction base ="
AType ">
<xs:maxLength value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :decimal < N3Type (by restriction) < widthType (by restriction)
Sub-types:
None
Name
widthType
Content
value >= 0
no. of fraction digits = 3
Schema Component Representation
<
xs:simpleType name ="
widthType ">
<
xs:restriction base ="
N3Type ">
<xs:maxInclusive value ="999.999 "/>
</
xs:restriction >
</
xs:simpleType >