User Tools

Site Tools


en:lenscatalog:version070000:complextypes:b2bcatalogbasecurvematchings

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:b2bcatalogbasecurvematchings [2016/11/07 18:52] sebastianraringen:lenscatalog:version070000:complextypes:b2bcatalogbasecurvematchings [2017/07/10 14:16] (current) sebastianraring
Line 1: Line 1:
 +======B2BCatalogBaseCurveMatchings======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglensbasecurves|lensBaseCurves]]->[[en:lenscatalog:version070000:complextypes:b2bcataloglensbasecurve|lensBaseCurve]]
 +
 +{{en:lenscatalog:version070000:images:b2bcatalogbasecurvematchings.png?nolink|B2BCatalogBaseCurveMatchings}}
 +
 +^matching^^
 +^type |[[en:lenscatalog:version070000:complextypes:b2bcatalogpowerrange|B2BCatalogPowerRange]] ^
 +^occurs |1..∞ ^
 +^description | a set of conditions that need to be meet that the basecurve entry is valid ^
 +
 +<code xml>
 +<xs:complexType name="B2BCatalogBaseCurveMatchings">
 +  <xs:sequence>
 +    <xs:element maxOccurs="unbounded" name="matching" type="B2BCatalogPowerRange"/>
 +  </xs:sequence>
 +</xs:complexType>
 +</code>