complexType Images
diagram index_p231.png
children Image
used by
elements LightSources/ChangeableLightSource/LightSourceImages LightSources/FixedLightSource/LightSourceImages LightSources/MultiChannelLightSource/LightSourceImages ProductMetaData/Pictures Variants/Variant/Pictures ProductSeries/ProductSerie/Pictures
annotation
documentation
Definition of image files
source <xs:complexType name="Images">
 
<xs:annotation>
   
<xs:documentation>Definition of image files</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Image" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Single image file reference. Defined under GeneralDefinitions/Files and extended with an image type like "product picture"</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:attribute name="fileId" type="xs:NCName" use="required">
         
<xs:annotation>
           
<xs:documentation>Id reference to an image File element defined under GeneralDefinitions/Files</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="imageType" use="required">
         
<xs:annotation>
           
<xs:documentation>Type of image. A product picture for visualization. The technical sketch is usually a cad drawing. Application pictures show the product used in its intended environment. Use other for any other type of image.</xs:documentation>
         
</xs:annotation>
         
<xs:simpleType>
           
<xs:restriction base="xs:string">
             
<xs:enumeration value="Product Picture"/>
             
<xs:enumeration value="Application Picture"/>
             
<xs:enumeration value="Technical Sketch"/>
             
<xs:enumeration value="Other"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Images/Image
diagram index_p232.png
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
fileId  xs:NCName  required      
documentation
Id reference to an image File element defined under GeneralDefinitions/Files
imageType  derived by: xs:string  required      
documentation
Type of image. A product picture for visualization. The technical sketch is usually a cad drawing. Application pictures show the product used in its intended environment. Use other for any other type of image.
annotation
documentation
Single image file reference. Defined under GeneralDefinitions/Files and extended with an image type like "product picture"
source <xs:element name="Image" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Single image file reference. Defined under GeneralDefinitions/Files and extended with an image type like "product picture"</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="fileId" type="xs:NCName" use="required">
     
<xs:annotation>
       
<xs:documentation>Id reference to an image File element defined under GeneralDefinitions/Files</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="imageType" use="required">
     
<xs:annotation>
       
<xs:documentation>Type of image. A product picture for visualization. The technical sketch is usually a cad drawing. Application pictures show the product used in its intended environment. Use other for any other type of image.</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="Product Picture"/>
         
<xs:enumeration value="Application Picture"/>
         
<xs:enumeration value="Technical Sketch"/>
         
<xs:enumeration value="Other"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Images/Image/@fileId
type xs:NCName
properties
use required
annotation
documentation
Id reference to an image File element defined under GeneralDefinitions/Files
source <xs:attribute name="fileId" type="xs:NCName" use="required">
 
<xs:annotation>
   
<xs:documentation>Id reference to an image File element defined under GeneralDefinitions/Files</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Images/Image/@imageType
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration Product Picture
enumeration Application Picture
enumeration Technical Sketch
enumeration Other
annotation
documentation
Type of image. A product picture for visualization. The technical sketch is usually a cad drawing. Application pictures show the product used in its intended environment. Use other for any other type of image.
source <xs:attribute name="imageType" use="required">
 
<xs:annotation>
   
<xs:documentation>Type of image. A product picture for visualization. The technical sketch is usually a cad drawing. Application pictures show the product used in its intended environment. Use other for any other type of image.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Product Picture"/>
     
<xs:enumeration value="Application Picture"/>
     
<xs:enumeration value="Technical Sketch"/>
     
<xs:enumeration value="Other"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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