Table of Contents
Target Namespace
None
Version
2.0
Element and Attribute Namespaces
Global element and attribute declarations belong to this schema's target namespace.
By default, local element declarations have no namespace.
By default, local attribute declarations have no namespace.
Declared Namespaces
Prefix
Namespace
xml
http://www.w3.org/XML/1998/namespace
xsd
http://www.w3.org/2001/XMLSchema
Schema Component Representation
<
xsd:schema version ="
2.0 ">
...
</
xsd:schema >
Super-types:
None
Sub-types:
None
Name
AddressInfo
Abstract
no
Documentation
Adressangaben
XML Instance Representation
<...>
Start All [1] <State>
State </State>
[0..1] <Mail>
Mail </Mail>
[0..1] <Phone>
Phone </Phone>
[0..1] <Comment>
Comment </Comment>
[0..1] End All </...>
Schema Component Representation
<
xsd:complexType name ="
AddressInfo ">
<
xsd:all >
<
xsd:element name ="
Name "
type ="
Name "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
Address1 "
type ="
Address1 "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
Address2 "
type ="
Address2 "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
CountryCode "
type ="
CountryCode "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
PostalCode "
type ="
PostalCode "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
City "
type ="
City "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
State "
type ="
State "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
URL "
type ="
URL "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
Mail "
type ="
Mail "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
Phone "
type ="
Phone "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
Fax "
type ="
Fax "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
Comment "
type ="
Comment "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
AddressProcessingId "
type ="
AddressProcessingId "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:all >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
AllowOrChargeItem
Abstract
no
Documentation
Festlegung eines Zu- oder Abschlages (Zuschläge haben positiven, Abschläge einen negativen Wert)
XML Instance Representation
<...>
Start All [1] End All </...>
Schema Component Representation
<
xsd:complexType name ="
AllowOrChargeItem ">
<
xsd:all >
<
xsd:element name ="
AllowOrChargeCode "
type ="
AllowOrChargeCode "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
AllowOrChargeText "
type ="
AllowOrChargeText "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
AllowOrChargeBase "
type ="
AllowOrChargeBase "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
AllowOrChargeRate "
type ="
AllowOrChargeRate "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
AllowOrChargePrice "
type ="
AllowOrChargePrice "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
CalculationData "
type ="
CalculationData "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:all >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
AllowOrChargeList
Abstract
no
Documentation
Auflistung von Zu- oder Abschlägen
Schema Component Representation
<
xsd:complexType name ="
AllowOrChargeList ">
<
xsd:sequence >
<
xsd:element name ="
AllowOrChargeItem "
type ="
AllowOrChargeItem "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
AttributeData
Abstract
no
Documentation
Liste von Attributen
Schema Component Representation
<
xsd:complexType name ="
AttributeData ">
<
xsd:sequence >
<
xsd:element name ="
AttributeItem "
type ="
AttributeItem "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
AttributeItem
Abstract
no
Documentation
Eigenschaftselement
XML Instance Representation
<...>
<!-- Mixed content --> </...>
Schema Component Representation
<
xsd:complexType name ="
AttributeItem "
mixed ="
true ">
<
xsd:sequence >
<
xsd:element name ="
AttributeCode "
type ="
AttributeCode "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
AttributeName "
type ="
AttributeName "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
UnitCode "
type ="
UnitCode "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
AttributeValue "
type ="
AttributeValue "
minOccurs ="
1 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:complexType >
Complex Type: BillTo
Super-types:
None
Sub-types:
None
Name
BillTo
Abstract
no
Documentation
Adressangaben des Rechnungsempfängers
XML Instance Representation
<...>
<Comment>
Comment </Comment>
[0..1] </...>
Schema Component Representation
<
xsd:complexType name ="
BillTo ">
<
xsd:sequence >
<
xsd:element name ="
ContactInfo "
type ="
ContactInfo "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
AddressInfo "
type ="
AddressInfo "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
Comment "
type ="
Comment "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:complexType >
Complex Type: Buyer
Super-types:
None
Sub-types:
None
Name
Buyer
Abstract
no
Documentation
Adressangaben des Käufer
Schema Component Representation
<
xsd:complexType name ="
Buyer ">
<
xsd:sequence >
<
xsd:element name ="
ClientNumber "
type ="
ClientNumber "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
ContactInfo "
type ="
ContactInfo "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
AddressInfo "
type ="
AddressInfo "
minOccurs ="
1 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
CalculationData
Abstract
no
Documentation
Auflistung von Berechnungs- und Verweisinformation. Macht zu einer Position Angaben über deren Ermittlung.
Schema Component Representation
<
xsd:complexType name ="
CalculationData ">
<
xsd:sequence >
<
xsd:element name ="
CalculationItem "
type ="
CalculationItem "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
ContactInfo
Abstract
no
Documentation
Ansprechperson
XML Instance Representation
<...>
Start All [1] <Mail>
Mail </Mail>
[0..1] <Phone>
Phone </Phone>
[0..1] <Comment>
Comment </Comment>
[0..1] End All </...>
Schema Component Representation
<
xsd:complexType name ="
ContactInfo ">
<
xsd:all >
<
xsd:element name ="
Name "
type ="
Name "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
Departement "
type ="
Departement "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
Mail "
type ="
Mail "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
Phone "
type ="
Phone "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
Fax "
type ="
Fax "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
Comment "
type ="
Comment "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:all >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
DiscountItem
Abstract
no
Documentation
Preisreduktion/Ermässigung
Schema Component Representation
<
xsd:complexType name ="
DiscountItem ">
<
xsd:sequence >
<
xsd:element name ="
DiscountText "
type ="
DiscountText "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
DiscountDays "
type ="
DiscountDays "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
DiscountRate "
type ="
DiscountRate "
minOccurs ="
1 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
DiscountList
Abstract
no
Documentation
Auflistung von Abzügen
Schema Component Representation
<
xsd:complexType name ="
DiscountList ">
<
xsd:sequence >
<
xsd:element name ="
DiscountItem "
type ="
DiscountItem "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
FileList
Abstract
no
Documentation
Liste mit Dokumenten/Dateien
Schema Component Representation
<
xsd:complexType name ="
FileList ">
<
xsd:sequence >
<
xsd:element name ="
FileListItem "
type ="
FileListItem "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
FileListItem
Abstract
no
Documentation
Eintrag in FileList
XML Instance Representation
<...
FileId="FileId [1] " >
Start All [1] <FileURL>
FileURL </FileURL>
[0..1] End All </...>
Schema Component Representation
<
xsd:complexType name ="
FileListItem ">
<
xsd:all >
<
xsd:element name ="
FileArea "
type ="
FileArea "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
FileName "
type ="
FileName "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
FileExtension "
type ="
FileExtension "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
FileDescription "
type ="
FileDescription "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
FileDate "
type ="
FileDate "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
FileBase64 "
type ="
FileBase64 "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
FileURL "
type ="
FileURL "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:all >
<
xsd:attribute name ="
FileId "
type ="
FileId "
use ="
required "/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
FileReference
Abstract
no
Documentation
Verweis zu FileList-Eintrag
Schema Component Representation
<
xsd:complexType name ="
FileReference ">
<
xsd:attribute name ="
FileId "
type ="
FileId "
use ="
required "/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
FileReferenceList
Abstract
no
Documentation
Liste mit Verweisen zu FileList-Einträgen
Schema Component Representation
<
xsd:complexType name ="
FileReferenceList ">
<
xsd:sequence >
<
xsd:element name ="
FileReference "
type ="
FileReference "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Complex Type: ShipTo
Super-types:
None
Sub-types:
None
Name
ShipTo
Abstract
no
Documentation
Lieferanschrift
XML Instance Representation
<...>
<Comment>
Comment </Comment>
[0..1] </...>
Schema Component Representation
<
xsd:complexType name ="
ShipTo ">
<
xsd:sequence >
<
xsd:element name ="
ShipLocationCode "
type ="
ShipLocationCode "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
ContactInfo "
type ="
ContactInfo "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
AddressInfo "
type ="
AddressInfo "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
Comment "
type ="
Comment "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
Supplier
Abstract
no
Documentation
Adress- und Zusatzangaben Anbieter
XML Instance Representation
<...>
<UIDCH>
UIDCH </UIDCH>
[0..1] <UIDEU>
UIDEU </UIDEU>
[0..1] </...>
Schema Component Representation
<
xsd:complexType name ="
Supplier ">
<
xsd:sequence >
<
xsd:element name ="
ContactInfo "
type ="
ContactInfo "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
AddressInfo "
type ="
AddressInfo "
minOccurs ="
1 "
maxOccurs ="
1 "/>
<
xsd:element name ="
ServiceId "
type ="
ServiceId "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
UIDCH "
type ="
UIDCH "
minOccurs ="
0 "
maxOccurs ="
1 "/>
<
xsd:element name ="
UIDEU "
type ="
UIDEU "
minOccurs ="
0 "
maxOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
xsd :anyURI <
URL
(by restriction) < AcknowledgementURL (by restriction)
Sub-types:
None
Name
AcknowledgementURL
Content
Documentation
Internetseite für Nachbearbeitung/Bestätigung nach der Dokumentübermittlung
Schema Component Representation
<
xsd:simpleType name ="
AcknowledgementURL ">
<
xsd:restriction base ="
URL "/>
</
xsd:simpleType >
Super-types:
xsd :string < Address1 (by restriction)
Sub-types:
None
Name
Address1
Content
Documentation
Anschrift 1. Teil (Oertlichkeitsangabe)
Schema Component Representation
<
xsd:simpleType name ="
Address1 ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="64 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < Address2 (by restriction)
Sub-types:
None
Name
Address2
Content
Documentation
Anschrift 2. Teil (Anschriftzusatz)
Schema Component Representation
<
xsd:simpleType name ="
Address2 ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="64 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string <
DataProcessingId
(by restriction) < AddressProcessingId (by restriction)
Sub-types:
None
Name
AddressProcessingId
Content
Documentation
Identifikation der Adresse
Schema Component Representation
<
xsd:simpleType name ="
AddressProcessingId ">
</
xsd:simpleType >
Super-types:
xsd :float < AllowOrChargeBase (by restriction)
Sub-types:
None
Name
AllowOrChargeBase
Content
Documentation
Bezugsbasisbetrag des Zu- oder Abschlages, wenn in AllowOrChargeRate ein Anteil festgelegt ist.
Schema Component Representation
<
xsd:simpleType name ="
AllowOrChargeBase ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :string < AllowOrChargeCode (by restriction)
Sub-types:
None
Name
AllowOrChargeCode
Content
value comes from list: {''|'ADMINISTRATION'|'CHARGE'|'ALLOW'|'COD'|'CUSTOMS'|'CUSTOMIZATION'|'EXPRESS'|'FREIGHT'|'HANDLING'|'INSURANCE'|'PACKING'|'DISCOUNT'|'RECYCLING'|'POSTAGE'|'TAX'|'VGR'}
length >= 0
Documentation
Code des Zu- oder Abschlages
Schema Component Representation
<
xsd:simpleType name ="
AllowOrChargeCode ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="20 "/>
<xsd:enumeration value =""/>
<xsd:enumeration value ="ADMINISTRATION "/>
<xsd:enumeration value ="CHARGE "/>
<xsd:enumeration value ="ALLOW "/>
<xsd:enumeration value ="COD "/>
<xsd:enumeration value ="CUSTOMS "/>
<xsd:enumeration value ="CUSTOMIZATION "/>
<xsd:enumeration value ="EXPRESS "/>
<xsd:enumeration value ="FREIGHT "/>
<xsd:enumeration value ="HANDLING "/>
<xsd:enumeration value ="INSURANCE "/>
<xsd:enumeration value ="PACKING "/>
<xsd:enumeration value ="DISCOUNT "/>
<xsd:enumeration value ="RECYCLING "/>
<xsd:enumeration value ="POSTAGE "/>
<xsd:enumeration value ="TAX "/>
<xsd:enumeration value ="VGR "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :float < AllowOrChargePrice (by restriction)
Sub-types:
None
Name
AllowOrChargePrice
Content
Documentation
Betrag des Zu- oder Abschlages (Positiv bei Zuschlag, negativ bei Abschlag)
Schema Component Representation
<
xsd:simpleType name ="
AllowOrChargePrice ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :float < AllowOrChargeRate (by restriction)
Sub-types:
None
Name
AllowOrChargeRate
Content
Documentation
Anteil des Zu- oder Abschlages (0.02 entspricht 2 %) auf die Bezugsbasis gerechnet.
Schema Component Representation
<
xsd:simpleType name ="
AllowOrChargeRate ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :string < AllowOrChargeText (by restriction)
Sub-types:
None
Name
AllowOrChargeText
Content
Documentation
Beschreibung des Zu- oder Abschlages
Schema Component Representation
<
xsd:simpleType name ="
AllowOrChargeText ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="50 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < AlternateDocumentFormat (by restriction)
Sub-types:
None
Name
AlternateDocumentFormat
Content
value comes from list: {'ZUGFERD'|'PDF'|'DOC'|'OTHER'}
Documentation
Format des optionalen Zusatzdokumentes
Schema Component Representation
<
xsd:simpleType name ="
AlternateDocumentFormat ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="ZUGFERD "/>
<xsd:enumeration value ="PDF "/>
<xsd:enumeration value ="DOC "/>
<xsd:enumeration value ="OTHER "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :anyURI <
URL
(by restriction) < AlternateDocumentURL (by restriction)
Sub-types:
None
Name
AlternateDocumentURL
Content
Documentation
Internetadresse, über die ein Dokument abgerufen werden kann, das nicht im XML-Format ist (z.B. PDF)
Schema Component Representation
<
xsd:simpleType name ="
AlternateDocumentURL ">
<
xsd:restriction base ="
URL "/>
</
xsd:simpleType >
Super-types:
xsd :string < AreaCode (by restriction)
Sub-types:
None
Name
AreaCode
Content
Documentation
Code eines Bereiches der ServiceListe
Schema Component Representation
<
xsd:simpleType name ="
AreaCode ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="16 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < AttributeCode (by restriction)
Sub-types:
None
Name
AttributeCode
Content
Documentation
Code eines Attributes gemäss Liste
Schema Component Representation
<
xsd:simpleType name ="
AttributeCode ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="24 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < AttributeName (by restriction)
Sub-types:
None
Name
AttributeName
Content
Documentation
Bezeichnung eines Attributes
Schema Component Representation
<
xsd:simpleType name ="
AttributeName ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="64 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < AttributeValue (by restriction)
Sub-types:
None
Name
AttributeValue
Content
Documentation
Wert eines Attributes
Schema Component Representation
<
xsd:simpleType name ="
AttributeValue ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="256 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < Availability (by restriction)
Sub-types:
None
Name
Availability
Content
value comes from list: {'0'|'1'|'2'|'3'|'4'}
Documentation
Verfügbarkeit
Schema Component Representation
<
xsd:simpleType name ="
Availability ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="0 "/>
<xsd:enumeration value ="1 "/>
<xsd:enumeration value ="2 "/>
<xsd:enumeration value ="3 "/>
<xsd:enumeration value ="4 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :float < BasePrice (by restriction)
Sub-types:
None
Name
BasePrice
Content
Documentation
Basispreis
Schema Component Representation
<
xsd:simpleType name ="
BasePrice ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :float < BaseQuantityPerPackageUnit (by restriction)
Sub-types:
None
Name
BaseQuantityPerPackageUnit
Content
Documentation
Anzahl Basiseinheiten pro Verpackungseinheit
Schema Component Representation
<
xsd:simpleType name ="
BaseQuantityPerPackageUnit ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :string <
UnitCode
(by restriction) < BaseUnitCode (by restriction)
Sub-types:
None
Name
BaseUnitCode
Content
Documentation
Basiseinheit (wenn nicht angegeben, wird C62 = Stück angenommen)
Schema Component Representation
<
xsd:simpleType name ="
BaseUnitCode ">
</
xsd:simpleType >
Super-types:
xsd :string < CalculationItem (by restriction)
Sub-types:
None
Name
CalculationItem
Content
Documentation
Bezugs-ProcessingId, bestimmt eine Datenquelle, die für die Ermittlung der Berechnungsposition verwendet wurde.
Schema Component Representation
<
xsd:simpleType name ="
CalculationItem ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="36 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :anyURI <
URL
(by restriction) < CatalogURL (by restriction)
Sub-types:
None
Name
CatalogURL
Content
Documentation
Internetadresse, unter der ein Anbieter einen individuell gestalteten Katalog bereitstellt.
Schema Component Representation
<
xsd:simpleType name ="
CatalogURL ">
<
xsd:restriction base ="
URL "/>
</
xsd:simpleType >
Super-types:
xsd :string < ChapterId (by restriction)
Sub-types:
None
Name
ChapterId
Content
Documentation
Eindeutige Identifikation des Kapitels
Schema Component Representation
<
xsd:simpleType name ="
ChapterId ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="36 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < ChapterName (by restriction)
Sub-types:
None
Name
ChapterName
Content
Documentation
Name des Kapitels
Schema Component Representation
<
xsd:simpleType name ="
ChapterName ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="64 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < ChapterNumber (by restriction)
Sub-types:
None
Name
ChapterNumber
Content
Documentation
Nummer des Kapitels
Schema Component Representation
<
xsd:simpleType name ="
ChapterNumber ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="10 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < ChapterText (by restriction)
Sub-types:
None
Name
ChapterText
Content
Documentation
Text zu Kapitel
Schema Component Representation
<
xsd:simpleType name ="
ChapterText ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="4096 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :anyURI <
URL
(by restriction) < ChapterThumbNailURL (by restriction)
Sub-types:
None
Name
ChapterThumbNailURL
Content
Documentation
Internetquelle eines kleinen Bildes (jpg oder gif) zum Kapitel (max. 64 x 64 Pixel)
Schema Component Representation
<
xsd:simpleType name ="
ChapterThumbNailURL ">
<
xsd:restriction base ="
URL "/>
</
xsd:simpleType >
Super-types:
xsd :string < ChapterType (by restriction)
Sub-types:
None
Name
ChapterType
Content
value comes from list: {'0'|'1'|'2'|'3'}
Documentation
Angabe, ob das Kapitel weitere Unterkapitel und/oder Produkte enthaelt.
Schema Component Representation
<
xsd:simpleType name ="
ChapterType ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="0 "/>
<xsd:enumeration value ="1 "/>
<xsd:enumeration value ="2 "/>
<xsd:enumeration value ="3 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :anyURI <
URL
(by restriction) < ChapterURL (by restriction)
Sub-types:
None
Name
ChapterURL
Content
Documentation
Internetquelle, die zusaetzliche Informationen zum Kapitel aufweist (Kann z.B. eine HTML-Seite oder ein Bild sein).
Schema Component Representation
<
xsd:simpleType name ="
ChapterURL ">
<
xsd:restriction base ="
URL "/>
</
xsd:simpleType >
Simple Type: City
Super-types:
xsd :string < City (by restriction)
Sub-types:
None
Name
City
Content
Documentation
Stadt, Ortschaft
Schema Component Representation
<
xsd:simpleType name ="
City ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="64 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < ClientNumber (by restriction)
Sub-types:
None
Name
ClientNumber
Content
Documentation
Kundennummer
Schema Component Representation
<
xsd:simpleType name ="
ClientNumber ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="16 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < CollectionName (by restriction)
Sub-types:
None
Name
CollectionName
Content
Documentation
Name einer Sammlung von Dienstgruppen
Schema Component Representation
<
xsd:simpleType name ="
CollectionName ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="32 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < Comment (by restriction)
Sub-types:
None
Name
Comment
Content
Documentation
Kommentar, Bemerkungen, Hinweise
Schema Component Representation
Super-types:
xsd :string < ComNormVersion (by restriction)
Sub-types:
None
Name
ComNormVersion
Content
value comes from list: {'1.2'|'1.21'|'1.30'|'1.40'|'1.50'|'2.00'}
Documentation
Version der verwendeten XSD-Schnittstellenbeschreibung
Schema Component Representation
<
xsd:simpleType name ="
ComNormVersion ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="1.2 "/>
<xsd:enumeration value ="1.21 "/>
<xsd:enumeration value ="1.30 "/>
<xsd:enumeration value ="1.40 "/>
<xsd:enumeration value ="1.50 "/>
<xsd:enumeration value ="2.00 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :anyURI <
URL
(by restriction) < ConfigurationURL (by restriction)
Sub-types:
None
Name
ConfigurationURL
Content
Documentation
Internetadresse, via die das Produkt konfiguriert werden kann
Schema Component Representation
<
xsd:simpleType name ="
ConfigurationURL ">
<
xsd:restriction base ="
URL "/>
</
xsd:simpleType >
Super-types:
xsd :date < ConfirmationDate (by restriction)
Sub-types:
None
Name
ConfirmationDate
Content
Documentation
Datum der Auftragsbestätigung
Schema Component Representation
<
xsd:simpleType name ="
ConfirmationDate ">
<
xsd:restriction base ="
xsd :date"/>
</
xsd:simpleType >
Super-types:
xsd :string < CountryCode (by restriction)
Sub-types:
None
Name
CountryCode
Content
Documentation
Land (3-stellig gemäss ISO 3166-1)
Schema Component Representation
<
xsd:simpleType name ="
CountryCode ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="3 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < CurrencyCode (by restriction)
Sub-types:
None
Name
CurrencyCode
Content
Documentation
Währungscode (3-stellig gemäss ISO 4217)
Schema Component Representation
<
xsd:simpleType name ="
CurrencyCode ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="3 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < DataProcessingId (by restriction)
Sub-types:
Name
DataProcessingId
Content
Documentation
Maschinenverwertbare Identifikation eines Datenelementes, eines Dokumentes oder einer Position darin. Dient zum Zusammenführen von rückfliessenden Informationen. Wichtig ist, dass die Identifikation vom verarbeitenden System gespeichert und bei Folgedokumenten zurückgegeben wird. Könnte eine Zahl (z.B. Datenbankzeilenidentifikation), aber auch eine GUID sein.
Schema Component Representation
<
xsd:simpleType name ="
DataProcessingId ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="36 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :dateTime < DateTimeZone (by restriction)
Sub-types:
None
Name
DateTimeZone
Content
Documentation
Zeitstempel bestehend aus Datum, Zeit und Zone (z.B. '2002-10-10T12:00:00+05:00' oder '2002-10-10T07:00:00Z')
Schema Component Representation
<
xsd:simpleType name ="
DateTimeZone ">
<
xsd:restriction base ="
xsd :dateTime"/>
</
xsd:simpleType >
Super-types:
xsd :string < DefaultType (by restriction)
Sub-types:
None
Name
DefaultType
Content
value comes from list: {'0'|'1'|'2'|'3'|'4'}
Documentation
Katalog-Zugriffs-Art, die bevorzugt vom Anwendersystem verwendet werden soll.
Schema Component Representation
<
xsd:simpleType name ="
DefaultType ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="0 "/>
<xsd:enumeration value ="1 "/>
<xsd:enumeration value ="2 "/>
<xsd:enumeration value ="3 "/>
<xsd:enumeration value ="4 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :date < DeliveryDate (by restriction)
Sub-types:
None
Name
DeliveryDate
Content
Documentation
Datum der Auslieferung
Schema Component Representation
<
xsd:simpleType name ="
DeliveryDate ">
<
xsd:restriction base ="
xsd :date"/>
</
xsd:simpleType >
Super-types:
xsd :string < Departement (by restriction)
Sub-types:
None
Name
Departement
Content
Documentation
Abteilung
Schema Component Representation
<
xsd:simpleType name ="
Departement ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="64 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :integer < DiscountDays (by restriction)
Sub-types:
None
Name
DiscountDays
Content
Documentation
Tage für die der Skonto-Satz gilt
Schema Component Representation
<
xsd:simpleType name ="
DiscountDays ">
<
xsd:restriction base ="
xsd :integer"/>
</
xsd:simpleType >
Super-types:
xsd :float < DiscountRate (by restriction)
Sub-types:
None
Name
DiscountRate
Content
Documentation
Skonto-Satz (als Faktor, d.h. 0.02 entspricht 2 Prozent)
Schema Component Representation
<
xsd:simpleType name ="
DiscountRate ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :string < DiscountText (by restriction)
Sub-types:
None
Name
DiscountText
Content
Documentation
Bezeichnung der Ermässigung
Schema Component Representation
<
xsd:simpleType name ="
DiscountText ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="64 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < DispatchCode (by restriction)
Sub-types:
None
Name
DispatchCode
Content
value comes from list: {'0'|'1'|'2'|'3'|'4'|'5'|'6'|'7'|'8'}
Documentation
Versandart
Schema Component Representation
<
xsd:simpleType name ="
DispatchCode ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="0 "/>
<xsd:enumeration value ="1 "/>
<xsd:enumeration value ="2 "/>
<xsd:enumeration value ="3 "/>
<xsd:enumeration value ="4 "/>
<xsd:enumeration value ="5 "/>
<xsd:enumeration value ="6 "/>
<xsd:enumeration value ="7 "/>
<xsd:enumeration value ="8 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :date < DocumentDate (by restriction)
Sub-types:
None
Name
DocumentDate
Content
Documentation
Datum des Dokumentes
Schema Component Representation
<
xsd:simpleType name ="
DocumentDate ">
<
xsd:restriction base ="
xsd :date"/>
</
xsd:simpleType >
Super-types:
xsd :string < DocumentId (by restriction)
Sub-types:
None
Name
DocumentId
Content
Documentation
Eindeutige Identifikation des Dokumentes
Schema Component Representation
<
xsd:simpleType name ="
DocumentId ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="32 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < DocumentName (by restriction)
Sub-types:
None
Name
DocumentName
Content
Documentation
Name des Dokumentes
Schema Component Representation
<
xsd:simpleType name ="
DocumentName ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="64 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < DocumentNumber (by restriction)
Sub-types:
None
Name
DocumentNumber
Content
Documentation
Nummer des Dokumentes
Schema Component Representation
<
xsd:simpleType name ="
DocumentNumber ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="32 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < DocumentType (by restriction)
Sub-types:
None
Name
DocumentType
Content
value comes from list: {'ORDER'|'OFFER'|'CONFIRMATION'|'INQUIRY'|'MESSAGE'|'INVOICE'|'DELIVERY'|'OTHER'}
Documentation
Typ des Dokumentes
Schema Component Representation
<
xsd:simpleType name ="
DocumentType ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="ORDER "/>
<xsd:enumeration value ="OFFER "/>
<xsd:enumeration value ="CONFIRMATION "/>
<xsd:enumeration value ="INQUIRY "/>
<xsd:enumeration value ="MESSAGE "/>
<xsd:enumeration value ="INVOICE "/>
<xsd:enumeration value ="DELIVERY "/>
<xsd:enumeration value ="OTHER "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :anyURI <
URL
(by restriction) < DocumentURL (by restriction)
Sub-types:
None
Name
DocumentURL
Content
Documentation
Internetadresse, über die das XML-Dokument abgerufen werden kann.
Schema Component Representation
<
xsd:simpleType name ="
DocumentURL ">
<
xsd:restriction base ="
URL "/>
</
xsd:simpleType >
Super-types:
xsd :date < ExpiresDate (by restriction)
Sub-types:
None
Name
ExpiresDate
Content
Documentation
Ablaufdatum, Fälligkeitsdatum
Schema Component Representation
<
xsd:simpleType name ="
ExpiresDate ">
<
xsd:restriction base ="
xsd :date"/>
</
xsd:simpleType >
Simple Type: Fax
Super-types:
xsd :string < Fax (by restriction)
Sub-types:
None
Name
Fax
Content
Documentation
Direktwahl Fax
Schema Component Representation
<
xsd:simpleType name ="
Fax ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="24 "/>
</
xsd:restriction >
</
xsd:simpleType >
Simple Type: FaxTo
Super-types:
xsd :string < FaxTo (by restriction)
Sub-types:
None
Name
FaxTo
Content
Documentation
Fax-Nummer, via die Preisanfragen und Bestellungen gemacht werden können
Schema Component Representation
<
xsd:simpleType name ="
FaxTo ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="24 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < FileArea (by restriction)
Sub-types:
None
Name
FileArea
Content
value comes from list: {'CAD:2D'|'CAD:3D'|'DOCUMENT'|'IMAGE'|'URL'|'BIM'|'ARCHIVE'|'PARTLIST'|'?'}
Documentation
Bereich der Datei
Schema Component Representation
<
xsd:simpleType name ="
FileArea ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="CAD:2D "/>
<xsd:enumeration value ="CAD:3D "/>
<xsd:enumeration value ="DOCUMENT "/>
<xsd:enumeration value ="IMAGE "/>
<xsd:enumeration value ="URL "/>
<xsd:enumeration value ="BIM "/>
<xsd:enumeration value ="ARCHIVE "/>
<xsd:enumeration value ="PARTLIST "/>
<xsd:enumeration value ="? "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :base64Binary < FileBase64 (by restriction)
Sub-types:
None
Name
FileBase64
Content
Base XSD Type: base64Binary
Documentation
Base64-Codierter Dateiinhalt
Schema Component Representation
<
xsd:simpleType name ="
FileBase64 ">
<
xsd:restriction base ="
xsd :base64Binary"/>
</
xsd:simpleType >
Super-types:
xsd :date < FileDate (by restriction)
Sub-types:
None
Name
FileDate
Content
Documentation
Datum der Datei
Schema Component Representation
<
xsd:simpleType name ="
FileDate ">
<
xsd:restriction base ="
xsd :date"/>
</
xsd:simpleType >
Super-types:
xsd :string < FileDescription (by restriction)
Sub-types:
None
Name
FileDescription
Content
Documentation
Beschreibung der Datei
Schema Component Representation
<
xsd:simpleType name ="
FileDescription ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="4096 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < FileExtension (by restriction)
Sub-types:
None
Name
FileExtension
Content
Documentation
Dateierweiterung ('PDF', 'DWG', 'DXF', 'DOCX', 'XLSX', 'JPG', 'ZIP', 'IFC', 'CSV', 'XML', 'JSON', ... )
Schema Component Representation
<
xsd:simpleType name ="
FileExtension ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="36 "/>
</
xsd:restriction >
</
xsd:simpleType >
Simple Type: FileId
Super-types:
xsd :string < FileId (by restriction)
Sub-types:
None
Name
FileId
Content
Documentation
Eindeutige Identifikation der Datei
Schema Component Representation
<
xsd:simpleType name ="
FileId ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="36 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < FileName (by restriction)
Sub-types:
None
Name
FileName
Content
Documentation
Bezeichnung der Datei (ohne Endung und ohne Punkt)
Schema Component Representation
<
xsd:simpleType name ="
FileName ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="36 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :anyURI <
URL
(by restriction) < FileURL (by restriction)
Sub-types:
None
Name
FileURL
Content
Documentation
Url für Direkt-Dokumentdownload (oder im Fall von FileArea='URL', die zu öffnende Internetseite)
Schema Component Representation
<
xsd:simpleType name ="
FileURL ">
<
xsd:restriction base ="
URL "/>
</
xsd:simpleType >
Super-types:
xsd :float < FromOrderQuantity (by restriction)
Sub-types:
None
Name
FromOrderQuantity
Content
Documentation
Menge ab der der angegebene Preis gilt
Schema Component Representation
<
xsd:simpleType name ="
FromOrderQuantity ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :string < Generator (by restriction)
Sub-types:
None
Name
Generator
Content
Documentation
Name der Software, mit der das Dokument generiert wurde
Schema Component Representation
<
xsd:simpleType name ="
Generator ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="32 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < GroupName (by restriction)
Sub-types:
None
Name
GroupName
Content
Documentation
Name einer Gruppierung von Anbietern
Schema Component Representation
<
xsd:simpleType name ="
GroupName ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="32 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :date < InquiryDate (by restriction)
Sub-types:
None
Name
InquiryDate
Content
Documentation
Datum der Preisanfrage
Schema Component Representation
<
xsd:simpleType name ="
InquiryDate ">
<
xsd:restriction base ="
xsd :date"/>
</
xsd:simpleType >
Super-types:
xsd :string <
Reference
(by restriction) < InquiryItemReference (by restriction)
Sub-types:
None
Name
InquiryItemReference
Content
Documentation
Referenz der Position der Preisanfrage
Schema Component Representation
<
xsd:simpleType name ="
InquiryItemReference ">
</
xsd:simpleType >
Super-types:
xsd :string <
Reference
(by restriction) < InquiryReference (by restriction)
Sub-types:
None
Name
InquiryReference
Content
Documentation
Referenz der Preisanfrage
Schema Component Representation
<
xsd:simpleType name ="
InquiryReference ">
</
xsd:simpleType >
Super-types:
xsd :date < InvoiceDate (by restriction)
Sub-types:
None
Name
InvoiceDate
Content
Documentation
Datum der Rechnung
Schema Component Representation
<
xsd:simpleType name ="
InvoiceDate ">
<
xsd:restriction base ="
xsd :date"/>
</
xsd:simpleType >
Super-types:
xsd :string <
Reference
(by restriction) < InvoiceReference (by restriction)
Sub-types:
None
Name
InvoiceReference
Content
Documentation
Referenz der Rechnung
Schema Component Representation
<
xsd:simpleType name ="
InvoiceReference ">
</
xsd:simpleType >
Super-types:
xsd :float < ItemPrice (by restriction)
Sub-types:
None
Name
ItemPrice
Content
Documentation
Preis der Position
Schema Component Representation
<
xsd:simpleType name ="
ItemPrice ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :float < ItemTaxRate (by restriction)
Sub-types:
None
Name
ItemTaxRate
Content
Documentation
Im Preis enthaltene Steuer als Anteil (0.02 entspricht 2 %)
Schema Component Representation
<
xsd:simpleType name ="
ItemTaxRate ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :string < LanguageCode (by restriction)
Sub-types:
None
Name
LanguageCode
Content
Documentation
Sprachcode (2-stellig gemäss ISO 639-2)
Schema Component Representation
<
xsd:simpleType name ="
LanguageCode ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="2 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < LetterTo (by restriction)
Sub-types:
None
Name
LetterTo
Content
Documentation
Anschrift, an die Preisanfragen und Bestellungen gesendet werden können
Schema Component Representation
<
xsd:simpleType name ="
LetterTo ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="128 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :date < ListDate (by restriction)
Sub-types:
None
Name
ListDate
Content
Documentation
Datum der Serviceliste
Schema Component Representation
<
xsd:simpleType name ="
ListDate ">
<
xsd:restriction base ="
xsd :date"/>
</
xsd:simpleType >
Simple Type: Mail
Super-types:
xsd :string < Mail (by restriction)
Sub-types:
Name
Mail
Content
Documentation
Mail-Adresse
Schema Component Representation
<
xsd:simpleType name ="
Mail ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="96 "/>
</
xsd:restriction >
</
xsd:simpleType >
Simple Type: MailTo
Super-types:
xsd :string <
Mail
(by restriction) < MailTo (by restriction)
Sub-types:
None
Name
MailTo
Content
Documentation
Mail-Adresse, an die Preisanfragen und Bestellungen gesendet werden können
Schema Component Representation
<
xsd:simpleType name ="
MailTo ">
<
xsd:restriction base ="
Mail "/>
</
xsd:simpleType >
Simple Type: Name
Super-types:
xsd :string < Name (by restriction)
Sub-types:
None
Name
Name
Content
Documentation
Name von Person oder Firma
Schema Component Representation
<
xsd:simpleType name ="
Name ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="64 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :integer < NetDays (by restriction)
Sub-types:
None
Name
NetDays
Content
Documentation
Netto-Tage
Schema Component Representation
<
xsd:simpleType name ="
NetDays ">
<
xsd:restriction base ="
xsd :integer"/>
</
xsd:simpleType >
Super-types:
xsd :date < OfferDate (by restriction)
Sub-types:
None
Name
OfferDate
Content
Documentation
Datum der Offerte
Schema Component Representation
<
xsd:simpleType name ="
OfferDate ">
<
xsd:restriction base ="
xsd :date"/>
</
xsd:simpleType >
Super-types:
xsd :anyURI <
URL
(by restriction) < OnlineTo (by restriction)
Sub-types:
None
Name
OnlineTo
Content
Documentation
Internet-Adresse, via die der Dokumentaustausch vorgenommen werden kann
Schema Component Representation
<
xsd:simpleType name ="
OnlineTo ">
<
xsd:restriction base ="
URL "/>
</
xsd:simpleType >
Super-types:
xsd :date < OrderDate (by restriction)
Sub-types:
None
Name
OrderDate
Content
Documentation
Datum der Bestellung
Schema Component Representation
<
xsd:simpleType name ="
OrderDate ">
<
xsd:restriction base ="
xsd :date"/>
</
xsd:simpleType >
Super-types:
xsd :float < OrderIntervalQuantity (by restriction)
Sub-types:
None
Name
OrderIntervalQuantity
Content
Documentation
Inverall-Menge (ab OrderMinQuantity), in der eine Bestellung möglich ist
Schema Component Representation
<
xsd:simpleType name ="
OrderIntervalQuantity ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :string <
Reference
(by restriction) < OrderItemReference (by restriction)
Sub-types:
None
Name
OrderItemReference
Content
Documentation
Referenz einer Bestellposition
Schema Component Representation
<
xsd:simpleType name ="
OrderItemReference ">
</
xsd:simpleType >
Super-types:
xsd :float < OrderMinQuantity (by restriction)
Sub-types:
None
Name
OrderMinQuantity
Content
Documentation
Menge, ab der Bestellungen möglich sind
Schema Component Representation
<
xsd:simpleType name ="
OrderMinQuantity ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :string < OrderNumber (by restriction)
Sub-types:
None
Name
OrderNumber
Content
Documentation
Bestellnummer eines Produktes
Schema Component Representation
<
xsd:simpleType name ="
OrderNumber ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="32 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :float < OrderQuantityPerPriceUnit (by restriction)
Sub-types:
None
Name
OrderQuantityPerPriceUnit
Content
Documentation
Bestimmt den Umrechnungsfaktor zwischen Bestell- und Preiseinheit. Wenn nicht angegeben, so ist dies 1. Das Element wird in einer zukünftigen Version aus der Norm entfernt. Bitte des Element 'PriceQuantityPerOrderUnit' verwenden.
Schema Component Representation
<
xsd:simpleType name ="
OrderQuantityPerPriceUnit ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :string <
Reference
(by restriction) < OrderReference (by restriction)
Sub-types:
None
Name
OrderReference
Content
Documentation
Referenz der Bestellung
Schema Component Representation
<
xsd:simpleType name ="
OrderReference ">
</
xsd:simpleType >
Super-types:
xsd :string <
UnitCode
(by restriction) < OrderUnitCode (by restriction)
Sub-types:
None
Name
OrderUnitCode
Content
Documentation
Code der Bestelleinheit gemäss Liste. Wenn nicht angegeben so wird PackageUnit angenommen
Schema Component Representation
<
xsd:simpleType name ="
OrderUnitCode ">
</
xsd:simpleType >
Super-types:
xsd :float < PackageQuantityPerOrderUnit (by restriction)
Sub-types:
None
Name
PackageQuantityPerOrderUnit
Content
Documentation
Anzahl Verpackungseinheiten pro Bestelleinheit
Schema Component Representation
<
xsd:simpleType name ="
PackageQuantityPerOrderUnit ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :float < PackageQuantityPerShippingUnit (by restriction)
Sub-types:
None
Name
PackageQuantityPerShippingUnit
Content
Documentation
Anzahl Verpackungseinheiten pro Versandeinheit
Schema Component Representation
<
xsd:simpleType name ="
PackageQuantityPerShippingUnit ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :string <
UnitCode
(by restriction) < PackageUnitCode (by restriction)
Sub-types:
None
Name
PackageUnitCode
Content
Documentation
Code der Verpackungseinheit gemäss Liste
Schema Component Representation
<
xsd:simpleType name ="
PackageUnitCode ">
</
xsd:simpleType >
Super-types:
xsd :string < ParamData (by restriction)
Sub-types:
None
Name
ParamData
Content
Documentation
Parameter des Anbieters
Schema Component Representation
<
xsd:simpleType name ="
ParamData ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="4096 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :float < PartListQuantity (by restriction)
Sub-types:
None
Name
PartListQuantity
Content
Documentation
Menge (in Basiseinheit) des verwiesenen Produktes in der Stückliste. Falls nicht angegeben ist dies 1.
Schema Component Representation
<
xsd:simpleType name ="
PartListQuantity ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :string < PaymentCode (by restriction)
Sub-types:
None
Name
PaymentCode
Content
value comes from list: {'0'|'1'|'2'|'3'|'4'}
Documentation
Zahlungsart
Schema Component Representation
<
xsd:simpleType name ="
PaymentCode ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="0 "/>
<xsd:enumeration value ="1 "/>
<xsd:enumeration value ="2 "/>
<xsd:enumeration value ="3 "/>
<xsd:enumeration value ="4 "/>
</
xsd:restriction >
</
xsd:simpleType >
Simple Type: Phone
Super-types:
xsd :string < Phone (by restriction)
Sub-types:
None
Name
Phone
Content
Documentation
Telefonnummer
Schema Component Representation
<
xsd:simpleType name ="
Phone ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="32 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :float < PositionPrice (by restriction)
Sub-types:
None
Name
PositionPrice
Content
Documentation
Preis aller Positionen
Schema Component Representation
<
xsd:simpleType name ="
PositionPrice ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :string < PostalCode (by restriction)
Sub-types:
None
Name
PostalCode
Content
Documentation
Postleitzahl
Schema Component Representation
<
xsd:simpleType name ="
PostalCode ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="16 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < PostCode (by restriction)
Sub-types:
None
Name
PostCode
Content
value comes from list: {'0'|'1'}
Documentation
Angabe, ob die Uebermittlung des Dokumentes erfolgreich war und vom Anbietersystem akzeptiert wurde (0=Nein, 1=Ja). Dies gibt keine Auskunft, ob der Dokumentinhalt korrekt ist (z.B. ob die Bestellnummern auch wirklich existieren, usw.).
Schema Component Representation
<
xsd:simpleType name ="
PostCode ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="0 "/>
<xsd:enumeration value ="1 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < PostMessage (by restriction)
Sub-types:
None
Name
PostMessage
Content
Documentation
Meldung des Anbietersystems über die Akzeptanz des Dokumentes
Schema Component Representation
<
xsd:simpleType name ="
PostMessage ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="64 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :float < PriceQuantity (by restriction)
Sub-types:
None
Name
PriceQuantity
Content
Documentation
Menge, für die der Preis gilt
Schema Component Representation
<
xsd:simpleType name ="
PriceQuantity ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :float < PriceQuantityPerOrderUnit (by restriction)
Sub-types:
None
Name
PriceQuantityPerOrderUnit
Content
Documentation
Bestimmt den Umrechnungsfaktor zwischen Preis- und Bestelleinheit. Wenn nicht anggegeben, so ist dies 1. Es enthält den Reziprokwert von OrderQuantityPerPriceUnit und sollte nur zusammen mit diesem Element erscheinen
Schema Component Representation
<
xsd:simpleType name ="
PriceQuantityPerOrderUnit ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :string < PriceType (by restriction)
Sub-types:
None
Name
PriceType
Content
value comes from list: {'0'|'1'|'2'}
Documentation
Art des Preises
Schema Component Representation
<
xsd:simpleType name ="
PriceType ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="0 "/>
<xsd:enumeration value ="1 "/>
<xsd:enumeration value ="2 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string <
UnitCode
(by restriction) < PriceUnitCode (by restriction)
Sub-types:
None
Name
PriceUnitCode
Content
Documentation
Preiseinheit. Legt fest, in welcher Einheit der Preis angegeben wird. Wenn nicht angegeben, so ist dies gleich der Bestelleinheit
Schema Component Representation
<
xsd:simpleType name ="
PriceUnitCode ">
</
xsd:simpleType >
Super-types:
xsd :float < PriceUnitFactor (by restriction)
Sub-types:
None
Name
PriceUnitFactor
Content
Documentation
Legt fest, dass der Preis nicht in 1 Element der Preiseinheit, sondern PriceUnitFactor Elementen der Preiseinheit angegeben wird. Wenn nicht angegeben, so ist dies 1
Schema Component Representation
<
xsd:simpleType name ="
PriceUnitFactor ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :float < PriceValue (by restriction)
Sub-types:
None
Name
PriceValue
Content
Documentation
Preis
Schema Component Representation
<
xsd:simpleType name ="
PriceValue ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :string < ProcessingHint (by restriction)
Sub-types:
None
Name
ProcessingHint
Content
Documentation
Verarbeitungshinweise an das Zielsystem (A=Automatische Weiterverarbeitung ohne Rückgabe von AcknowledgementURL, B=...).
Schema Component Representation
<
xsd:simpleType name ="
ProcessingHint ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="16 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < ProductGroupCode (by restriction)
Sub-types:
None
Name
ProductGroupCode
Content
Documentation
Code der Produktgruppe
Schema Component Representation
<
xsd:simpleType name ="
ProductGroupCode ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="8 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < ProductName (by restriction)
Sub-types:
None
Name
ProductName
Content
Documentation
Name des Produktes
Schema Component Representation
<
xsd:simpleType name ="
ProductName ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="64 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < ProductNumber (by restriction)
Sub-types:
None
Name
ProductNumber
Content
Documentation
Artikel-Nummer des Produktes
Schema Component Representation
<
xsd:simpleType name ="
ProductNumber ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="32 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :float < ProductQuantity (by restriction)
Sub-types:
None
Name
ProductQuantity
Content
Documentation
Menge in der Bestelleinheit, die im Online-Bestellsystem bereits vorbestimmt wurde. Dient der Rückgabe an das weiterverarbeitende System
Schema Component Representation
<
xsd:simpleType name ="
ProductQuantity ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :string < ProductRemark (by restriction)
Sub-types:
None
Name
ProductRemark
Content
Documentation
Bemerkungen, individuelle Informationen zum Produkt
Schema Component Representation
Super-types:
xsd :string < ProductText (by restriction)
Sub-types:
None
Name
ProductText
Content
Documentation
Beschreibung des Produktes
Schema Component Representation
<
xsd:simpleType name ="
ProductText ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="4096 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :anyURI <
URL
(by restriction) < ProductThumbNailURL (by restriction)
Sub-types:
None
Name
ProductThumbNailURL
Content
Documentation
Internetquelle eines kleinen Bildes (jpg oder gif) zum Produkt (max. 64 x 64 Pixel)
Schema Component Representation
<
xsd:simpleType name ="
ProductThumbNailURL ">
<
xsd:restriction base ="
URL "/>
</
xsd:simpleType >
Super-types:
xsd :string < ProductType (by restriction)
Sub-types:
None
Name
ProductType
Content
value comes from list: {''|'CONTAINER'}
Documentation
Art der Verwendung der gelieferten Produktinformationen
Schema Component Representation
<
xsd:simpleType name ="
ProductType ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value =""/>
<xsd:enumeration value ="CONTAINER "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :anyURI <
URL
(by restriction) < ProductURL (by restriction)
Sub-types:
None
Name
ProductURL
Content
Documentation
Internet-Adresse, via die Zusatzinformationen zum Produkt einsehbar ist
Schema Component Representation
<
xsd:simpleType name ="
ProductURL ">
<
xsd:restriction base ="
URL "/>
</
xsd:simpleType >
Super-types:
xsd :float < Quantity (by restriction)
Sub-types:
None
Name
Quantity
Content
Documentation
Menge
Schema Component Representation
<
xsd:simpleType name ="
Quantity ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :float < ReductionPrice (by restriction)
Sub-types:
None
Name
ReductionPrice
Content
Documentation
Preisreduktion als Betrag
Schema Component Representation
<
xsd:simpleType name ="
ReductionPrice ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :float < ReductionRate (by restriction)
Sub-types:
None
Name
ReductionRate
Content
Documentation
Preisreduktion als Anteil, z.B 0.1 entspricht 10 Prozent
Schema Component Representation
<
xsd:simpleType name ="
ReductionRate ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :string < ReductionText (by restriction)
Sub-types:
None
Name
ReductionText
Content
Documentation
Bezeichnung der Preisreduktion
Schema Component Representation
<
xsd:simpleType name ="
ReductionText ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="64 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < Reference (by restriction)
Sub-types:
Name
Reference
Content
Documentation
Referenzangabe im Dokument oder bei einer Position
Schema Component Representation
<
xsd:simpleType name ="
Reference ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="64 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :anyURI <
URL
(by restriction) < ServiceAuditPoint (by restriction)
Sub-types:
None
Name
ServiceAuditPoint
Content
Documentation
Internetadresse, via die Anmeldung erfolgen kann (optional)
Schema Component Representation
<
xsd:simpleType name ="
ServiceAuditPoint ">
<
xsd:restriction base ="
URL "/>
</
xsd:simpleType >
Super-types:
xsd :string < ServiceDesc (by restriction)
Sub-types:
None
Name
ServiceDesc
Content
Documentation
Beschreibung des Anbieterdienstes
Schema Component Representation
<
xsd:simpleType name ="
ServiceDesc ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="4096 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :anyURI <
URL
(by restriction) < ServiceEntryPoint (by restriction)
Sub-types:
None
Name
ServiceEntryPoint
Content
Documentation
Internetadresse, via die der Service angesprochen werden kann
Schema Component Representation
<
xsd:simpleType name ="
ServiceEntryPoint ">
<
xsd:restriction base ="
URL "/>
</
xsd:simpleType >
Super-types:
xsd :string < ServiceHolder (by restriction)
Sub-types:
None
Name
ServiceHolder
Content
Documentation
Adressangaben, die fuer eine Kontaktaufnahme mit dem Anbieter des Dienstes nötig sind.
Schema Component Representation
<
xsd:simpleType name ="
ServiceHolder ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="128 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :integer < ServiceId (by restriction)
Sub-types:
None
Name
ServiceId
Content
Documentation
Eindeutige Identifikation des Dienstes
Schema Component Representation
<
xsd:simpleType name ="
ServiceId ">
<
xsd:restriction base ="
xsd :integer"/>
</
xsd:simpleType >
Super-types:
xsd :string < ServiceName (by restriction)
Sub-types:
None
Name
ServiceName
Content
Documentation
Name des Dienstes
Schema Component Representation
<
xsd:simpleType name ="
ServiceName ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="64 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :integer < ServiceRef (by restriction)
Sub-types:
None
Name
ServiceRef
Content
Documentation
Verweis zu einer ServiceId
Schema Component Representation
<
xsd:simpleType name ="
ServiceRef ">
<
xsd:restriction base ="
xsd :integer"/>
</
xsd:simpleType >
Super-types:
xsd :anyURI <
URL
(by restriction) < ServiceURL (by restriction)
Sub-types:
None
Name
ServiceURL
Content
Documentation
Internetadresse, via die Informationen über den Dienst ersichtlich sind oder z.B. eine Benutzeridentifikation verlangt werden kann.
Schema Component Representation
<
xsd:simpleType name ="
ServiceURL ">
<
xsd:restriction base ="
URL "/>
</
xsd:simpleType >
Super-types:
xsd :string < ServiceVersion (by restriction)
Sub-types:
None
Name
ServiceVersion
Content
Documentation
Version der Schnittstelle, die der Service kennt. Aktuell 1.0 oder 2.0)
Schema Component Representation
<
xsd:simpleType name ="
ServiceVersion ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="8 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < SessionKey (by restriction)
Sub-types:
None
Name
SessionKey
Content
Documentation
Vom Server vergebene Identifikation der Session und des Benutzers
Schema Component Representation
<
xsd:simpleType name ="
SessionKey ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="64 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < ShipCode (by restriction)
Sub-types:
None
Name
ShipCode
Content
value comes from list: {'0'|'1'}
Documentation
Einleitungsart der Auslieferung
Schema Component Representation
<
xsd:simpleType name ="
ShipCode ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="0 "/>
<xsd:enumeration value ="1 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :date < ShipDate (by restriction)
Sub-types:
None
Name
ShipDate
Content
Documentation
Versanddatum
Schema Component Representation
<
xsd:simpleType name ="
ShipDate ">
<
xsd:restriction base ="
xsd :date"/>
</
xsd:simpleType >
Super-types:
xsd :string < ShipLocationCode (by restriction)
Sub-types:
None
Name
ShipLocationCode
Content
value comes from list: {'0'|'1'|'2'|'3'}
Documentation
Identifikationscode der Adresse
Schema Component Representation
<
xsd:simpleType name ="
ShipLocationCode ">
<
xsd:restriction base ="
xsd :string">
<xsd:enumeration value ="0 "/>
<xsd:enumeration value ="1 "/>
<xsd:enumeration value ="2 "/>
<xsd:enumeration value ="3 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string <
UnitCode
(by restriction) < ShippingUnitCode (by restriction)
Sub-types:
None
Name
ShippingUnitCode
Content
Documentation
Versandeinheit
Schema Component Representation
<
xsd:simpleType name ="
ShippingUnitCode ">
</
xsd:simpleType >
Simple Type: State
Super-types:
xsd :string < State (by restriction)
Sub-types:
None
Name
State
Content
Documentation
Landesteil
Schema Component Representation
<
xsd:simpleType name ="
State ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="2 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :float < TaxPrice (by restriction)
Sub-types:
None
Name
TaxPrice
Content
Documentation
Mehrwertsteuerbetrag
Schema Component Representation
<
xsd:simpleType name ="
TaxPrice ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Super-types:
xsd :float < TaxRate (by restriction)
Sub-types:
None
Name
TaxRate
Content
Documentation
Mehrwertsteueranteil, z.B. 0.08 für 8.0 Prozent
Schema Component Representation
<
xsd:simpleType name ="
TaxRate ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Simple Type: TelTo
Super-types:
xsd :string < TelTo (by restriction)
Sub-types:
None
Name
TelTo
Content
Documentation
Telefonnummer, via die Preisanfragen und Bestellungen gemacht werden können
Schema Component Representation
<
xsd:simpleType name ="
TelTo ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="24 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < TextFormatted (by restriction)
Sub-types:
None
Name
TextFormatted
Content
Documentation
Text mit einfachen Html-Formatierungen (Zulässig sind nur <b>, <i>, <u>, <br>, <ul> und <li>, ohne Style-Angaben)
Schema Component Representation
<
xsd:simpleType name ="
TextFormatted ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="4096 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :float < TotalPrice (by restriction)
Sub-types:
None
Name
TotalPrice
Content
Documentation
Gesamtpreis
Schema Component Representation
<
xsd:simpleType name ="
TotalPrice ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Simple Type: UIDCH
Super-types:
xsd :string < UIDCH (by restriction)
Sub-types:
None
Name
UIDCH
Content
Documentation
Unternehmens-Identifikations-Nummer Schweiz mit Zusatz (www.uid.ch, z.B. 'CHE-123.456.789 HR/MWST')
Schema Component Representation
<
xsd:simpleType name ="
UIDCH ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="30 "/>
</
xsd:restriction >
</
xsd:simpleType >
Simple Type: UIDEU
Super-types:
xsd :string < UIDEU (by restriction)
Sub-types:
None
Name
UIDEU
Content
Documentation
Umsatzsteuer-Identifikations-Nummer Europa (www.ust-idnr.org)
Schema Component Representation
<
xsd:simpleType name ="
UIDEU ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="14 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :string < UnitCode (by restriction)
Sub-types:
Name
UnitCode
Content
Documentation
Code der Einheit gemäss Liste
Schema Component Representation
<
xsd:simpleType name ="
UnitCode ">
<
xsd:restriction base ="
xsd :string">
<xsd:minLength value ="0 "/>
<xsd:maxLength value ="3 "/>
</
xsd:restriction >
</
xsd:simpleType >
Super-types:
xsd :float < UnitPrice (by restriction)
Sub-types:
None
Name
UnitPrice
Content
Documentation
Preis pro Einheit
Schema Component Representation
<
xsd:simpleType name ="
UnitPrice ">
<
xsd:restriction base ="
xsd :float"/>
</
xsd:simpleType >
Simple Type: URL
Super-types:
xsd :anyURI < URL (by restriction)
Sub-types:
Name
URL
Content
Documentation
Internetadresse
Schema Component Representation
<
xsd:simpleType name ="
URL ">
<
xsd:restriction base ="
xsd :anyURI"/>
</
xsd:simpleType >