User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcatalogcontactinfomatching

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:lenscatalog:version070000:complextypes:b2bcatalogcontactinfomatching [2017/05/31 06:45] sebastianraringen:lenscatalog:version070000:complextypes:b2bcatalogcontactinfomatching [2017/07/11 16:28] (current) nicole.backmann
Line 1: Line 1:
 +
 +
 +======B2BCatalogContactInfoMatching======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogheader|header]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogsupplier|supplier]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogcontactinfos|contactInfos]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogcontactinfo|contactInfo]]->matching \\
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogheader|header]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogsubsupplier|subSupplier]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogcontactinfos|contactInfos]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogcontactinfo|contactInfo]]->matching
 +
 +Here it can be seen in which countries the given contactInfos (in which language) are given.\\
 +Hier ist zu sehen, für welche Länder die Kontaktdaten (in welcher Sprache) hinterlegt sind.
 +
 +
 +{{en:lenscatalog:version070000:images:b2bcatalogcontactinfomatching.png?nolink|B2BCatalogContactInfoMatching}}
 +
 +^countryGroupIds^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogcountrygroupids|B2BCatalogCountryGroupIds]] ^
 +^occurs |1 ^
 +^description | id linked to countryGroup [[en:lenscatalog:version070000:complextypes:b2bcatalogcountrygroup|B2BCatalogCountryGroup]]^
 +
 +^languages^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcataloglanguages|B2BCatalogLanguages]] ^
 +^occurs |0..1 ^
 +^description |available languages ^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogContactInfoMatching">
 +  <xs:sequence>
 +    <xs:element name="countryGroupIds" type="B2BCatalogCountryGroupIds"/>
 +    <xs:element minOccurs="0" name="languages" type="B2BCatalogLanguages"/>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>