Skip to content

Commit c73e554

Browse files
committed
Add URL and image URL to schema v2.
1 parent 3774f29 commit c73e554

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.findologic</groupId>
55
<artifactId>xml-export</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.1.0-SNAPSHOT</version>
7+
<version>2.2.0-SNAPSHOT</version>
88
<name>xml-export</name>
99
<url>http://maven.apache.org</url>
1010
</project>

src/main/resources/findologic_20.xsd

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
<!-- Optional -->
6767
<xs:element type="namesType" name="names" minOccurs="0" maxOccurs="1"/>
6868
<xs:element type="pricesType" name="prices" minOccurs="0" maxOccurs="1"/>
69+
<xs:element type="urlsType" name="urls" minOccurs="0" maxOccurs="1"/>
70+
<xs:element type="allImagesType" name="allImages" minOccurs="0" maxOccurs="1"/>
6971
<xs:element type="groupsType" name="groups" minOccurs="0" maxOccurs="1"/>
7072
<xs:element type="allPropertiesType" name="allProperties" minOccurs="0" maxOccurs="1"/>
7173
<xs:element type="overriddenPricesType" name="overriddenPrices" minOccurs="0" maxOccurs="1"/>

0 commit comments

Comments
 (0)