complexType ProductSeries
diagram index_p443.png
children ProductSerie
used by
elements ProductMetaData/ProductSeries Variants/Variant/ProductSeries
annotation
documentation
Definition of translatable product series
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>

element ProductSeries/ProductSerie
diagram index_p444.png
properties
minOcc 1
maxOcc unbounded
content complex
children Name Description Pictures Hyperlinks
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID  required      
documentation
Unique identifier for the product series. Should be unique across multiple GLDFs
annotation
documentation
Single translatable product series. Considered a family, group or product range, depending on individual needs
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>

attribute ProductSeries/ProductSerie/@id
type xs:ID
properties
use required
annotation
documentation
Unique identifier for the product series. Should be unique across multiple GLDFs
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>

element ProductSeries/ProductSerie/Name
diagram index_p445.png
type Locale
properties
content complex
children Locale
annotation
documentation
Translatable name of the series, family, group or range
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>

element ProductSeries/ProductSerie/Description
diagram index_p446.png
type Locale
properties
minOcc 0
maxOcc 1
content complex
children Locale
annotation
documentation
Translatable description of the series, family, group or range
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>

element ProductSeries/ProductSerie/Pictures
diagram index_p447.png
type Images
properties
minOcc 0
maxOcc 1
content complex
children Image
annotation
documentation
Images representing the series, family, group or range
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>

element ProductSeries/ProductSerie/Hyperlinks
diagram index_p448.png
type Hyperlinks
properties
minOcc 0
maxOcc 1
content complex
children Hyperlink
annotation
documentation
Hyperlink for further information about the series, family, group or range
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy