diagram | |||
children | Image | ||
used by | |||
annotation |
|
||
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> |
diagram | |||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
type | xs:NCName | ||
properties |
|
||
annotation |
|
||
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> |
type | restriction of xs:string | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
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> |