User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcatalogcolor

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:lenscatalog:version070000:complextypes:b2bcatalogcolor [2017/03/16 10:41] wurdingeren:lenscatalog:version070000:complextypes:b2bcatalogcolor [2017/05/31 06:42] (current) sebastianraring
Line 1: Line 1:
 +======B2BCatalogColor======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglenses|lenses]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglens|lens]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogcoatingtypes|characteristics]] \\
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogoptions|options]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogoption|option]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogcoatingtypes|coatingTypes]]
 +
 +{{en:lenscatalog:version070000:images:b2bcatalogcolor.png?nolink|B2BCatalogColor}}
 +
 +^type^^
 +^type |[[en:lenscatalog:version070000:simpletypes:b2bcatalogcolortypes|B2BCatalogColorTypes]] ^
 +^occurs |1 ^
 +^description | describes a general color type^
 +
 +^center^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogcolorcharact|B2BCatalogColorCharact]] ^
 +^occurs |1 ^
 +^description | defines the color attributes on the center e.g for uni color ^
 +
 +^top^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogcolorcharact|B2BCatalogColorCharact]] ^
 +^occurs |1 ^
 +^description | defines the color attributes on the top of the lens e.g. for gradual colors ^
 +
 +^bottom^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogcolorcharact|B2BCatalogColorCharact]] ^
 +^occurs |1 ^
 +^description | defines the color attributes on the bottom of the lens e.g. for gradual colors^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogColor">
 +  <xs:sequence>
 +    <xs:element name="type" type="B2BCatalogColorTypes"/>
 +    <xs:choice minOccurs="0">
 +      <xs:sequence>
 +        <xs:element name="center" type="B2BCatalogColorCharact"/>
 +      </xs:sequence>
 +      <xs:sequence>
 +        <xs:element name="top" type="B2BCatalogColorCharact"/>
 +        <xs:element name="bottom" type="B2BCatalogColorCharact"/>
 +      </xs:sequence>
 +    </xs:choice>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>