diagram | |||
children | ProductMetaData Variants | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="ProductDefinitions"> <xs:annotation> <xs:documentation>Definition of the product metadata and variants based on given general definitions</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="ProductMetaData" type="ProductMetaData"> <xs:annotation> <xs:documentation>Metadata describing the product</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Variants" type="Variants"> <xs:annotation> <xs:documentation>Variants of the product</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||
type | ProductMetaData | ||
properties |
|
||
children | UniqueProductId ProductNumber Name Description TenderText ProductSeries Pictures LuminaireMaintenance DescriptiveAttributes | ||
annotation |
|
||
source | <xs:element name="ProductMetaData" type="ProductMetaData"> <xs:annotation> <xs:documentation>Metadata describing the product</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | Variants | ||
properties |
|
||
children | Variant | ||
annotation |
|
||
source | <xs:element name="Variants" type="Variants"> <xs:annotation> <xs:documentation>Variants of the product</xs:documentation> </xs:annotation> </xs:element> |