IDM_MERGE 4.1.0 XML-Schema
Dokumentation
Stand 01.11.2025
Dokumentiertes XML-Schema:
IDM_MERGE_4_1_0.xsd

Kontakt DCC e.V.
Geschäftsführer
Dr.-Ing. Olaf Plümer
E-Mail pluemer@dcc-moebel.org
Telefon 0 52 21/12 65-37
Verantwortliche
IDM Arbeitskreise und Dokumentation
Anika Degenhard
E-Mail degenhard@dcc-moebel.org
Telefon 0 52 21/12 65-38
IDM_MERGE 4.1.0 XML-Schema Dokumentation
Einleitung > Grundstruktur des IDM-Schemas
Die Grundstruktur des IDML-Schemas
Das Hauptelement T_NEW_MERGE_CATALOGS definiert, dass ein neuer, vollständiger Multihersteller-Katalogdatenbestand bereitgestellt wird.
Das IDM-Schema ist in Datenbereiche aufgeteilt, die durch die nachfolgenden Child-Elemente (siehe Abbildung 1) von T_NEW_MERGE_CATALOGS abgebildet werden.

Abbildung 1 - Child-Elemente von T_NEW_MERGE_CATALOGS
Die Datenbereiche werden nicht isoliert voneinander
verwendet. In einigen Datenbereichen werden Daten initial angelegt und aus
anderen Datenbereichen heraus über Referenzierung verwendet.
Beschreibung der Datenbereiche
CATALOG
In CATALOG werden administrative Informationen zu dem Datenbestand hinterlegt. Beispielsweise die Version des Datenformates, Freigabedatum oder die eindeutige Identifizierung des Datenbestandes.
SUPPLIER
In SUPPLIER werden administrative Informationen zu dem Hersteller hinterlegt. Beispielsweise werden Kontaktdaten oder das Herkunftsland des Herstellers angegeben.
GLOBAL_DEFINITION
Der Datenbereich GLOBAL_DEFINITION ist eine Art Datenpool für Informationen, die in den anderen Datenbereichen verwendet werden. Beispielsweise werden hier Medien wie Fotos und Montageanleitungen angelegt.
CATALOG_REFERENCES
In CATALOG_REFERENCES werden über die GLN eines Herstellers und dessen Element CATALOG_ID die Kataloge referenziert, die zu diesem Multiherstellerkatalog gehören.
IDM_MERGE 4.1.0 XML-Schema Dokumentation
Einleitung > Datentypen
Datentypen und Wertebereiche
In dem IDM-Schema werden die mit dem Standard XML-Schema 1.0 Second Edition (28. Oktober 2004) definierten Datentypen verwendet.
Es werden folgende Datentypen verwendet:
|
boolean |
Der Datentyp bildet die Wahrheitswerte "true" oder "false" ab. Entsprechend der W3C-Empfehlung für XML-Schema können die Werte true/false oder 1/0 im IDM verwendet werden. |
||
|
date |
Im IDMP wird der Datentyp date XML-Schema konform in folgender Weise angewendet: |
||
|
|
|||
|
YYYY-MM-DD |
|||
|
|
|||
|
Y = Jahr, M = Monat, D = Tag |
|||
|
integer |
Ganzzahlige negative und positive Zahlenwerte. |
||
|
nonNegativeInteger |
Ganzzahlige positive Werte, einschließlich der 0 |
||
|
positiveInteger |
Ganzzahlige positive Werte, ohne die 0 |
||
|
decimal |
Der Datentyp wird im IDMP für die Darstellung von Gleitkommawerten verwendet. Gleitpunktwerte werden bei diesem Datentyp entsprechend der W3C-Empfehlung beispielsweise wie folgt dargestellt: 126.56 o. -45.98000 oder +27.0 |
||
|
string |
Eine begrenzte Anzahl von alphanumerischen Zeichen und Sonderzeichen. |
||
|
anyURI |
Der Datentyp wird im IDMP für die Darstellung einer URL verwendet. anyURI stellt einen Uniform Resource Identifier (URI) dar. Der lexikalische Bereich von anyURI ist eine endlich lange Zeichenkette, die einem legalen URI entspricht. Ein anyURI-Wert kann absolut oder relativ sein und darf Fragment-Bezeichner enthalten (z.B. könnte es eine URI-Refenz sein). |
||
|
language |
Der Datentyp wird im IDML für die Darstellung von gültigen Sprachschlüsseln verwendet. language repräsentiert Bezeichner für natürliche Sprachen, wie sie in Tags for the Identification of Languages definiert werden. Der Wertebereich von language ist die Menge aller Zeichenketten, die einen gültigen Bezeichner einer natürlichen Sprache darstellen. Für ISO-normierte Sprachen besteht das Format i. A. aus einer Zeichenfolge von 2-3 kleinen Buchstaben optional gefolgt von einem Bindestrich und einem Ländercode bestehend aus 2 großen Buchstaben z. B. en-US. |
||
|
|
|||
|
|
|
||
|
Zusätzlich gibt es einen benutzerdefinierte Datentypen: |
|||
|
Dieser Datentyp dient dem Anlegen von mehrsprachigen Texten beliebiger Länge. |
|
||
|
Dieser Datentyp dient dem Anlegen von mehrsprachigen Texten der Länge 30. |
|
||
|
Dieser Datentyp dient dem Anlegen von mehrsprachigen Texten der Länge 40. |
|
||
IDM_MERGE 4.1.0 XML-Schema Dokumentation
Einleitung > Erläuterung zur Dokumentation
Erläuterungen zur Dokumentation des IDM
In diesem Abschnitt werden Erläuterungen zur Dokumentation des IDM-Schema hinterlegt.
Bedeutung der Elementeigenschaften
Jedes Element ist durch eine Beschreibung und seine Eigenschaften dokumentiert. Nachfolgend ist ein Beispiel für eine Elementbeschreibung dargestellt:
Beschreibung:
GLN_NO
|
In dieses Element wird die eindeutige Globale Lokationsnummer (GLN) eingetragen. Die GLN ermöglicht eine eindeutige Zuordnung von Unternehmen oder Unternehmenseinheiten für beispielsweise den automatisierten elektronischen Datenaustausch. |
D string P (0-9){13} M [13:13] |
Auf der rechten Seite sind die Elementeigenschaften dokumentiert. Diese haben folgende Bedeutung:
|
D |
Hier ist der Datentyp des Elementes dokumentiert. Ist an dieser Stelle kein Eintrag, so handelt es sich um ein Element, welches keine Nutzdaten, sondern weitere Kind-Elemente enthält. |
||
|
P |
Über die Einträge in P und M wird der Wertebereich eines Elementes dokumentiert. In P ist ein regulärer Ausdruck angegeben, der die zulässigen Werte definiert. |
||
|
M |
Im M sind das Minimum und das Maximum der zulässigen Werte angegeben. Bei einem String-Datentyp wird über P die zulässigen Zeichen definiert und über M die minimale und maximale Zeichenlänge. Bei einem Zahlen-Datentyp wird der zulässige minimale und maximale Wert definiert. |
||
IDM_MERGE 4.1.0 XML-Schema Dokumentation
Einleitung > ISO_LANGUAGE_ID (Sprachenschlüssel)
|
ISO_LANGUAGE_ID |
Sprache |
|
AA |
Afar |
|
AB |
Abchasisch |
|
AE |
Avestan |
|
AF |
Afrikaans |
|
AK |
Akan |
|
AM |
Amharisch |
|
AN |
Aragonesisch |
|
AR |
Arabisch |
|
AS |
Assamesisch |
|
AV |
Avarisch |
|
AY |
Aymara |
|
AZ |
Aserbaidschanisch |
|
BA |
Baschkirisch |
|
BE |
Belorussisch |
|
BG |
Bulgarisch |
|
BH |
Bihari |
|
BI |
Bislama |
|
BM |
Bambara |
|
BN |
Bengalisch |
|
BO |
Tibetanisch |
|
BR |
Bretonisch |
|
BS |
Bosnisch |
|
CA |
Katalanisch |
|
CE |
Tscherkessisch |
|
CH |
Chamorro |
|
CO |
Korsisch |
|
CR |
Cree |
|
CS |
Tschechisch |
|
CU |
Alt-Slawisch |
|
CV |
Tschuwaschisch |
|
CY |
Walisisch |
|
DA |
Dänisch |
|
DE |
Deutsch |
|
DV |
Dhivehi |
|
DZ |
Dzongkha |
|
EE |
Ewe |
|
EL |
Griechisch |
|
EN |
Englisch |
|
EO |
Esperanto |
|
ES |
Spanisch |
|
ET |
Estnisch |
|
EU |
Baskisch |
|
FA |
Persisch |
|
FF |
Fulfulde |
|
FI |
Finnisch |
|
FJ |
Fidschianisch |
|
FO |
Färöisch |
|
FR |
Französisch |
|
FY |
Friesisch |
|
GA |
Irisch |
|
GD |
Gälisch |
|
GL |
Galizisch |
|
GN |
Guarani |
|
GU |
Gujaratisch |
|
GV |
Manx, Manx-Gälisch |
|
HA |
Hausa |
|
HE |
Hebräisch |
|
HI |
Hindi |
|
HO |
Hiri Motu |
|
HR |
Kroatisch |
|
HT |
Haitianisch |
|
HU |
Ungarisch |
|
HY |
Armenisch |
|
HZ |
Herero |
|
IA |
Interlingua |
|
ID |
Indonesisch |
|
IE |
Interlingue |
|
IG |
Igbo |
|
II |
Yi |
|
IK |
Inupiaq |
|
IN |
Ehemalig Indonesisch |
|
IO |
Ido |
|
IS |
Isländisch |
|
IT |
Italienisch |
|
IU |
Inuktitut (Eskimosprache) |
|
JA |
Japanisch |
|
JV |
Javanisch |
|
KA |
Georgisch |
|
KG |
Kikongo |
|
KI |
Kikuyu |
|
KJ |
Kuanyama |
|
KK |
Kasachisch |
|
KL |
Kalaallisut (Grönländ.) |
|
KM |
Kambodschanisch |
|
KN |
Kannada |
|
KO |
Koreanisch |
|
KR |
Kanuri |
|
KS |
Kaschmirisch |
|
KU |
Kurdisch |
|
KV |
Komi |
|
KW |
Kornisch |
|
KY |
Kirgisisch |
|
LA |
Lateinisch |
|
LB |
Luxemburgisch |
|
LG |
Luganda |
|
LI |
Limburgisch |
|
LN |
Lingala |
|
LO |
Laotisch |
|
LT |
Litauisch |
|
LU |
Kiluba |
|
LV |
Lettisch |
|
MG |
Malagasisch |
|
MH |
Marshallese |
|
MI |
Maorisch |
|
MK |
Mazedonisch |
|
ML |
Malayisch |
|
MN |
Mongolisch |
|
MO |
Moldavisch |
|
MR |
Marathi |
|
MS |
Malaysisch |
|
MT |
Maltesisch |
|
MY |
Burmesisch |
|
NA |
Nauruisch |
|
NB |
Norwegisch Bokmål |
|
ND |
Nord-Ndebele |
|
NE |
Nepalisch |
|
NG |
Ndonga |
|
NL |
Niederländisch |
|
NN |
Norwegisch Nynorsk |
|
NO |
Norwegisch |
|
NR |
Süd-Ndebele |
|
NV |
Navajo |
|
NY |
Chichewa |
|
OC |
Okzitanisch |
|
OJ |
Ojibwe |
|
OM |
Oromo |
|
OR |
Orija |
|
OS |
Ossetian |
|
PA |
Pundjabisch |
|
PI |
Pali |
|
PL |
Polnisch |
|
PS |
Paschtu |
|
PT |
Portugisisch |
|
QU |
Quechua |
|
RM |
Rätoromanisch |
|
RN |
Kirundisch |
|
RO |
Rumänisch |
|
RU |
Russisch |
|
RW |
Kijarwanda |
|
SA |
Sanskrit |
|
SC |
Sardinisch |
|
SD |
Zinti |
|
SE |
Nord-Sami |
|
SG |
Sango |
|
SI |
Singhalesisch |
|
SK |
Slowakisch |
|
SL |
Slowenisch |
|
SM |
Samoanisch |
|
SN |
Schonisch |
|
SO |
Somalisch |
|
SQ |
Albanisch |
|
SR |
Serbisch |
|
SS |
Swasiländisch |
|
ST |
Sesothisch |
|
SU |
Sudanesisch |
|
SV |
Schwedisch |
|
SW |
Suaheli |
|
TA |
Tamilisch |
|
TE |
Tegulu |
|
TG |
Tadschikisch |
|
TH |
Thai |
|
TI |
Tigrinja |
|
TK |
Turkmenisch |
|
TL |
Tagalog |
|
TN |
Sezuan |
|
TO |
Tongaisch |
|
TR |
Türkisch |
|
TS |
Tsongaisch |
|
TT |
Tatarisch |
|
TW |
Twi |
|
TY |
Thai |
|
UG |
Uighur |
|
UK |
Ukrainisch |
|
UR |
Urdu |
|
UZ |
Usbekisch |
|
VE |
Tshivenda |
|
VI |
Vietnamesisch |
|
VO |
Volapük |
|
WA |
Walonisch |
|
WO |
Wolof |
|
XH |
Xhosa |
|
YI |
Jiddisch |
|
YO |
Joruba |
|
ZA |
Zhuang |
|
ZH |
Chinesisch |
|
ZU |
Zulu |
IDM_MERGE 4.1.0 XML-Schema Dokumentation
Einleitung > ISO_COUNTRY_ID (Länderschlüssel)
|
ISO_COUNTRY_ID |
Ländername |
|
AC |
Ascension |
|
AD |
Andorra |
|
AE |
Vereinigte Arabische Emirate |
|
AF |
Afghanistan |
|
AG |
Antigua und Barbuda |
|
AI |
Anguilla |
|
AL |
Albanien |
|
AM |
Armenien |
|
AN |
Niederländische Antillen |
|
AO |
Angola |
|
AQ |
Antarktika |
|
AR |
Argentinien |
|
AS |
Amerikanisch-Samoa |
|
AT |
Österreich |
|
AU |
Australien |
|
AW |
Aruba |
|
AX |
Aland |
|
AZ |
Aserbaidschan |
|
BA |
Bosnien und Herzegowina |
|
BB |
Barbados |
|
BD |
Bangladesch |
|
BE |
Belgien |
|
BF |
Burkina Faso |
|
BG |
Bulgarien |
|
BH |
Bahrain |
|
BI |
Burundi |
|
BJ |
Benin |
|
BL |
Saint-Barthélemy |
|
BM |
Bermuda |
|
BN |
Brunei Darussalam |
|
BO |
Bolivien |
|
BQ |
Bonaire, Sint Eustatius und Saba (Niederlande) |
|
BR |
Brasilien |
|
BS |
Bahamas |
|
BT |
Bhutan |
|
BU |
Burma (jetzt Myanmar) |
|
BV |
Bouvetinsel |
|
BW |
Botswana |
|
BY |
Belarus |
|
BZ |
Belize |
|
CA |
Kanada |
|
CC |
Kokosinseln |
|
CD |
Kongo, Demokratische Republik (ehem. Zaire) |
|
CF |
Zentralafrikanische Republik |
|
CG |
Kongo, Republik (ehem. K.-Brazzaville) |
|
CH |
Schweiz |
|
CI |
Côte d’Ivoire (Elfenbeinküste) |
|
CK |
Cookinseln |
|
CL |
Chile |
|
CM |
Kamerun |
|
CN |
China |
|
CO |
Kolumbien |
|
CP |
Clipperton |
|
CR |
Costa Rica |
|
CU |
Kuba |
|
CV |
Kap Verde |
|
CW |
Curaçao |
|
CX |
Weihnachtsinsel |
|
CY |
Zypern |
|
CZ |
Tschechische Republik |
|
DE |
Deutschland |
|
DG |
Diego Garcia |
|
DJ |
Dschibuti |
|
DK |
Dänemark |
|
DM |
Dominica |
|
DO |
Dominikanische Republik |
|
DZ |
Algerien |
|
EA |
Ceuta, Melilla |
|
EC |
Ecuador |
|
EE |
Estland |
|
EG |
Ägypten |
|
EH |
Westsahara |
|
EN |
England |
|
ER |
Eritrea |
|
ES |
Spanien |
|
ET |
Äthiopien |
|
FI |
Finnland |
|
FJ |
Fidschi |
|
FK |
Falklandinseln |
|
FM |
Mikronesien |
|
FO |
Färöer |
|
FR |
Frankreich |
|
GA |
Gabun |
|
GB |
England/Großbritannien |
|
GD |
Grenada |
|
GE |
Georgien |
|
GF |
Französisch-Guayana |
|
GG |
Guernsey (Kanalinsel) |
|
GH |
Ghana |
|
GI |
Gibraltar |
|
GL |
Grönland |
|
GM |
Gambia |
|
GN |
Guinea |
|
GP |
Guadeloupe |
|
GQ |
Äquatorialguinea |
|
GR |
Griechenland |
|
GS |
Südgeorgien und die Südlichen Sandwichinseln |
|
GT |
Guatemala |
|
GU |
Guam |
|
GW |
Guinea-Bissau |
|
GY |
Guyana |
|
HK |
Hong Kong |
|
HM |
Heard und McDonaldinseln |
|
HN |
Honduras |
|
HR |
Kroatien |
|
HT |
Haiti |
|
HU |
Ungarn |
|
ID |
Indonesien |
|
IE |
Irland |
|
IL |
Israel |
|
IM |
Insel Man |
|
IN |
Indien |
|
IO |
Britisches Territorium im Indischen Ozean |
|
IQ |
Irak |
|
IR |
Iran, Islamische Republik |
|
IS |
Island |
|
IT |
Italien |
|
JE |
Jersey (Kanalinsel) |
|
JM |
Jamaika |
|
JO |
Jordanien |
|
JP |
Japan |
|
KE |
Kenia |
|
KG |
Kirgisistan |
|
KH |
Kambodscha |
|
KI |
Kiribati |
|
KM |
Komoren |
|
KN |
St. Kitts und Nevis |
|
KP |
Korea, demokratische Volksrepublik |
|
KR |
Korea, Republik |
|
KW |
Kuwait |
|
KY |
Kaimaninseln |
|
KZ |
Kasachstan |
|
LA |
Laos, Demokratische Volksrepublik |
|
LB |
Libanon |
|
LC |
St. Lucia |
|
LI |
Liechtenstein |
|
LK |
Sri Lanka |
|
LR |
Liberia |
|
LS |
Lesotho |
|
LT |
Litauen |
|
LU |
Luxemburg |
|
LV |
Lettland |
|
LY |
Libyen |
|
MA |
Marokko |
|
MC |
Monaco |
|
MD |
Moldavien |
|
ME |
Montenegro |
|
MF |
Saint-Martin (franz. Teil) |
|
MG |
Madagaskar |
|
MH |
Marshallinseln |
|
MK |
Nordmazedonien |
|
ML |
Mali |
|
MM |
Myanmar (Burma) |
|
MN |
Mongolei |
|
MO |
Macau |
|
MP |
Nördliche Marianen |
|
MQ |
Martinique |
|
MR |
Mauretanien |
|
MS |
Montserrat |
|
MT |
Malta |
|
MU |
Mauritius |
|
MV |
Malediven |
|
MW |
Malawi |
|
MX |
Mexiko |
|
MY |
Malaysia |
|
MZ |
Mosambik |
|
NA |
Namibia |
|
NC |
Neukaledonien |
|
NE |
Niger |
|
NF |
Norfolkinsel |
|
NG |
Nigeria |
|
NI |
Nicaragua |
|
NL |
Niederlande |
|
NO |
Norwegen |
|
NP |
Nepal |
|
NR |
Nauru |
|
NU |
Niue |
|
NZ |
Neuseeland |
|
OM |
Oman |
|
PA |
Panama |
|
PE |
Peru |
|
PF |
Französisch-Polynesien |
|
PG |
Papua-Neuguinea |
|
PH |
Philippinen |
|
PK |
Pakistan |
|
PL |
Polen |
|
PM |
Saint-Pierre und Miquelon |
|
PN |
Pitcairninseln |
|
PR |
Puerto Rico |
|
PS |
Staat Palästina[ |
|
PT |
Portugal |
|
PW |
Palau |
|
PY |
Paraguay |
|
QA |
Katar |
|
RE |
Réunion |
|
RO |
Rumänien |
|
RS |
Serbien |
|
RU |
Russland |
|
RW |
Ruanda |
|
SA |
Saudi Arabien |
|
SB |
Salomonen |
|
SC |
Seychellen |
|
SD |
Sudan |
|
SE |
Schweden |
|
SG |
Singapur |
|
SH |
St. Helena |
|
SI |
Slowenien |
|
SJ |
Svalbard und Jan Mayen |
|
SK |
Slowakei (slowakische Republik) |
|
SL |
Sierra Leone |
|
SM |
San Marino |
|
SN |
Senegal |
|
SO |
Somalia |
|
SR |
Suriname |
|
SS |
Südsudan |
|
ST |
São Tomé und Príncipe |
|
SV |
El Salvador |
|
SX |
Sint Maarten (niederl. Teil) |
|
SY |
Syrien, Arabische Republik |
|
SZ |
Swasiland |
|
TC |
Turks- und Caicosinseln |
|
TD |
Tschad |
|
TF |
Französische Süd- und Antarktisgebiete |
|
TG |
Togo |
|
TH |
Thailand |
|
TJ |
Tadschikistan |
|
TK |
Tokelau |
|
TL |
Osttimor (Timor-Leste) |
|
TM |
Turkmenistan |
|
TN |
Tunesien |
|
TO |
Tonga |
|
TR |
Türkei |
|
TT |
Trinidad und Tobago |
|
TV |
Tuvalu |
|
TW |
Taiwan |
|
TZ |
Tansania, Vereinigte Republik |
|
UA |
Ukraine |
|
UG |
Uganda |
|
UM |
kleinere amerikanische Überseeinseln |
|
US |
Vereinigte Staaten von Amerika |
|
UY |
Uruguay |
|
UZ |
Usbekistan |
|
VA |
Vatikanstadt |
|
VC |
St. Vincent und die Grenadinen |
|
VE |
Venezuela |
|
VG |
Britische Jungferninseln |
|
VI |
Amerikanische Jungferninseln |
|
VN |
Vietnam |
|
VU |
Vanuatu |
|
WF |
Wallis und Futuna Inseln |
|
WS |
Samoa |
|
YE |
Jemen |
|
YT |
Mayotte |
|
ZA |
Südafrika |
|
ZM |
Sambia |
|
ZW |
Simbabwe |
IDM_MERGE 4.1.0
XML-Schema Dokumentation
Einleitung > INFO_TYPE (Typen für Detailinformationen)
Für die Beschreibung der Art der Detailinformation gibt es folgende Info-Typen:
1
= Milieufoto
2 = Artikelpiktogramm (Type/Artikelübersicht)
3 = Magnetplanerzeichnung (SVGs in Draufsicht)
4 = Variante Foto
5 = Variante Textur
6 = Logo Hersteller/Produktmarke
7 = Farbberatung (über ein Prüfverfahren werden die
Varianten definiert)
8 = Materialpass
9 = Modellbeschreibungsblätter (PDF unterhalb der Serie)
10 = Montageanleitung
11 = Marketing
12 = diverse
13 = Farbberatung Wand
14 = Farbberatung Boden
15 = Funktionsbeschreibung 16
= Planungshinweis
17
= Katalogbild
|
IDM_MERGE 4.1.0 XML-Schema Dokumentation Einleitung > Glossar |
|
|
|
Element/Attribut |
frühere Bezeichnung in Dokumentation |
|
ISO_LANGUAGE_ID |
Sprachenschlüssel |
|
ISO_COUNTRY_ID |
Länderschlüssel |
|
INFO_TYPE |
Typen für Detailinformationen |
|
|
|
| schema location: | C:\Users\Degenhard\Desktop\Dokumentationen\MERGE\IDM_MERGE_4_1_0.xsd.DE.xsd |
| attributeFormDefault: | unqualified |
| elementFormDefault: | qualified |
| Elements | Complex types |
| NODES | languagetext |
| T_NEW_MERGE_CATALOGS | languagetext30 |
| languagetext40 |
| diagram | ![]() |
||
| properties |
|
||
| children | NODE | ||
| used by |
|
||
| annotation |
|
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | NODE_NAME CATALOG_REFERENCES_REF NODES DETAIL_INFOS | ||||||
| annotation |
|
| type | restriction of xs:nonNegativeInteger | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| type | restriction of xs:nonNegativeInteger | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
||
| type | languagetext30 | ||
| properties |
|
||
| children | LANGUAGE | ||
| annotation |
|
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | TEXT | ||||||
| annotation |
|
| type | restriction of xs:language | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
||
| properties |
|
||
| children | SUPPLIER_GLN_NO CATALOG_ID | ||
| annotation |
|
| diagram | ![]() |
||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | DETAIL_INFO_REF | ||||||
| annotation |
|
| diagram | ![]() |
||||||
| properties |
|
||||||
| annotation |
|
| type | restriction of xs:positiveInteger | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| type | restriction of xs:positiveInteger | ||
| properties |
|
||
| annotation |
|
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | NODES | ||||||
| annotation |
|
| diagram | ![]() |
||
| children | LANGUAGE | ||
| used by | |||
| annotation |
|
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | TEXT | ||||||
| annotation |
|
| type | restriction of xs:language | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
||
| type | xs:string | ||
| properties |
|
||
| annotation |
|
| diagram | ![]() |
||
| type | languagetext | ||
| properties |
|
||
| children | LANGUAGE | ||
| annotation |
|
| diagram | ![]() |
||||||
| type | languagetext | ||||||
| properties |
|
||||||
| children | LANGUAGE | ||||||
| annotation |
|
| diagram | ![]() |
||||||
| type | languagetext | ||||||
| properties |
|
||||||
| children | LANGUAGE | ||||||
| annotation |
|
| diagram | ![]() |
||
| properties |
|
||
| children | CATALOG SUPPLIER GLOBAL_DEFINITION CATALOG_REFERENCES STRUCTURE | ||
| annotation |
|
| type | restriction of xs:nonNegativeInteger | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| type | restriction of xs:nonNegativeInteger | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| type | restriction of xs:nonNegativeInteger | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
||
| properties |
|
||
| children | CATALOG_IDENTIFICATION CATALOG_NAME DATA_VERSION VALID_FROM_DATE VALID_UNTIL_DATE CATALOG_INFO CATALOG_VERSION DETAIL_INFOS BRANCH_ID | ||
| annotation |
|
| diagram | ![]() |
||
| properties |
|
||
| children | GLN_NO CATALOG_ID FILE_RELEASE_DATE | ||
| annotation |
|
| diagram | ![]() |
||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
||
| type | xs:dateTime | ||
| properties |
|
||
| annotation |
|
| diagram | ![]() |
||
| type | languagetext30 | ||
| properties |
|
||
| children | LANGUAGE | ||
| annotation |
|
| diagram | ![]() |
||
| type | restriction of xs:date | ||
| properties |
|
||
| annotation |
|
| diagram | ![]() |
||
| type | restriction of xs:date | ||
| properties |
|
||
| annotation |
|
| diagram | ![]() |
||
| type | restriction of xs:date | ||
| properties |
|
||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:positiveInteger | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | DETAIL_INFO_REF | ||||||
| annotation |
|
| diagram | ![]() |
||||||
| properties |
|
||||||
| annotation |
|
| type | restriction of xs:positiveInteger | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| type | restriction of xs:positiveInteger | ||
| properties |
|
||
| annotation |
|
| diagram | ![]() |
||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
||
| properties |
|
||
| children | ISO_COUNTRY_ID WEEE_NO CONTACT_PERSON CONTACT_SUPPLIER | ||
| annotation |
|
| diagram | ![]() |
||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| annotation |
|
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | CONTACT_PERSON_NO CONTACT_ROLE CONTACT_NAME FIRST_NAME FORM_OF_ADDRESS DEPARTMENT TELEPHONE FAX EMAIL STREET ZIPCODE_STREET CITY ISO_COUNTRY_ID | ||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:positiveInteger | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:positiveInteger | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
||
| properties |
|
||
| children | MANUFACTURER_NAME_1 MANUFACTURER_NAME_2 EMAIL INTERNET_ADDRESS STREET ZIPCODE_STREET CITY ISO_COUNTRY_ID ZIPCODE_POSTBOX POSTBOX TELEPHONE_SWITCHBOARD FAX_SWITCHBOARD | ||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
||
| properties |
|
||
| children | DETAIL_INFOS | ||
| annotation |
|
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | DETAIL_INFO | ||||||
| annotation |
|
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | CLASSIFICATION INFO_TYPE EXTERNAL_NAME INTERNAL_NAME TOOL_TIP URL LAYER | ||||||
| annotation |
|
| type | restriction of xs:positiveInteger | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
||
| type | restriction of xs:string | ||
| properties |
|
||
| annotation |
|
| diagram | ![]() |
||||||
| type | restriction of xs:positiveInteger | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
||||||
| type | languagetext40 | ||||||
| properties |
|
||||||
| children | LANGUAGE | ||||||
| annotation |
|
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | TEXT | ||||||
| annotation |
|
| type | restriction of xs:language | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
||
| properties |
|
||
| children | LANGUAGE | ||
| annotation |
|
| diagram | ![]() |
||||||
| properties |
|
||||||
| children | TEXT HASH_VALUE | ||||||
| annotation |
|
| type | restriction of xs:language | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
||
| type | xs:anyURI | ||
| properties |
|
||
| annotation |
|
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
||||||
| type | restriction of xs:positiveInteger | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| diagram | ![]() |
||
| properties |
|
||
| children | CATALOG_REFERENCE | ||
| annotation |
|
| diagram | ![]() |
||||||
| properties |
|
||||||
| annotation |
|
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
| diagram | ![]() |
||
| children | LANGUAGE | ||
| used by |
|
||
| annotation |
|
| diagram | ![]() |
||
| children | LANGUAGE | ||
| used by |
|
||
| annotation |
|