<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema
    xmlns:xs='http://www.w3.org/2001/XMLSchema'
    xmlns:image="http://classic-trader.com/api-schema/image"
    xmlns:translated="http://classic-trader.com/api-schema/translated"
    elementFormDefault="qualified"
    targetNamespace="http://classic-trader.com/api-schema/image">
    <xs:import namespace="http://classic-trader.com/api-schema/translated" schemaLocation="translated-1.0.xsd"/>
    <xs:element name="image">
        <xs:annotation>
            <xs:documentation>

            </xs:documentation>
        </xs:annotation>
        <xs:complexType>
            <xs:sequence>
                <xs:element ref="image:url" minOccurs="1" maxOccurs="1"/>
                <xs:element ref="image:description" minOccurs="0" maxOccurs="1"/>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="url">
        <xs:simpleType>
            <xs:restriction base="xs:token">
                <xs:pattern value="[hH][tT]{2}[pP][sS]{0,1}://.*"/>
            </xs:restriction>
        </xs:simpleType>
    </xs:element>
    <xs:element name="description" type="translated:locales"/>
</xs:schema>