diagram | |||
children | ProductSerie | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="ProductSeries"> <xs:annotation> <xs:documentation>Definition of translatable product series</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="ProductSerie" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Single translatable product series. Considered a family, group or product range, depending on individual needs</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Name" type="Locale"> <xs:annotation> <xs:documentation>Translatable name of the series, family, group or range</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Description" type="Locale" minOccurs="0"> <xs:annotation> <xs:documentation>Translatable description of the series, family, group or range</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Pictures" type="Images" minOccurs="0"> <xs:annotation> <xs:documentation>Images representing the series, family, group or range</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Hyperlinks" type="Hyperlinks" minOccurs="0"> <xs:annotation> <xs:documentation>Hyperlink for further information about the series, family, group or range</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="id" type="xs:ID" use="required"> <xs:annotation> <xs:documentation>Unique identifier for the product series. Should be unique across multiple GLDFs</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
children | Name Description Pictures Hyperlinks | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="ProductSerie" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Single translatable product series. Considered a family, group or product range, depending on individual needs</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Name" type="Locale"> <xs:annotation> <xs:documentation>Translatable name of the series, family, group or range</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Description" type="Locale" minOccurs="0"> <xs:annotation> <xs:documentation>Translatable description of the series, family, group or range</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Pictures" type="Images" minOccurs="0"> <xs:annotation> <xs:documentation>Images representing the series, family, group or range</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Hyperlinks" type="Hyperlinks" minOccurs="0"> <xs:annotation> <xs:documentation>Hyperlink for further information about the series, family, group or range</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="id" type="xs:ID" use="required"> <xs:annotation> <xs:documentation>Unique identifier for the product series. Should be unique across multiple GLDFs</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:ID | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="id" type="xs:ID" use="required"> <xs:annotation> <xs:documentation>Unique identifier for the product series. Should be unique across multiple GLDFs</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||
type | Locale | ||
properties |
|
||
children | Locale | ||
annotation |
|
||
source | <xs:element name="Name" type="Locale"> <xs:annotation> <xs:documentation>Translatable name of the series, family, group or range</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | Locale | ||||||
properties |
|
||||||
children | Locale | ||||||
annotation |
|
||||||
source | <xs:element name="Description" type="Locale" minOccurs="0"> <xs:annotation> <xs:documentation>Translatable description of the series, family, group or range</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | Images | ||||||
properties |
|
||||||
children | Image | ||||||
annotation |
|
||||||
source | <xs:element name="Pictures" type="Images" minOccurs="0"> <xs:annotation> <xs:documentation>Images representing the series, family, group or range</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | Hyperlinks | ||||||
properties |
|
||||||
children | Hyperlink | ||||||
annotation |
|
||||||
source | <xs:element name="Hyperlinks" type="Hyperlinks" minOccurs="0"> <xs:annotation> <xs:documentation>Hyperlink for further information about the series, family, group or range</xs:documentation> </xs:annotation> </xs:element> |