IDMW 2.0 XML-Schema Dokumentation
CATALOG_ID Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > CATALOG Element : CATALOG_ID Element
Description

The manufacturer can enter a unique ID (e.g. GUID) that unequivocally identifies the catalogue here.

It must be observed that a manufacturer catalogue must always have the same ID for the same dealership.

   D   string   
   P   
   M   [1:64]  
Namespace (none)
Type
Restriction of xs:string
Diagram
CATALOG_ID Element
Overview
CATALOG_ID Restriction of xs:string

The manufacturer can enter a unique ID (e.g. GUID) that unequivocally identifies the catalogue here.

It must be observed that a manufacturer catalogue must always have the same ID for the same dealership.

   D   string   
   P   
   M   [1:64]  
Remarks

Source
<xs:element name="CATALOG_ID" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="DE">Katalog_ID
/Hermann Balke 9.06.2013
neu in 2.3
hier kann der Hersteller eine eindeutige ID (z.B.GUID)eingeben, um den Katalog eindeutig zu identifizieren</xs:documentation>
    <xs:documentation />
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:minLength value="1" />
      <xs:maxLength value="64" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
CATALOG ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation