File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 27
27
<xs : element name =" Reprints" type =" reprintsType" minOccurs =" 0" />
28
28
<xs : element name =" GTIN" type =" gtinType" minOccurs =" 0" />
29
29
<xs : element name =" AgeRating" type =" ageRatingType" minOccurs =" 0" default =" Unknown" />
30
- <xs : element name =" URL" type =" xs:string " minOccurs =" 0" /> <!-- Should we make this an array? -- >
30
+ <xs : element name =" URL" type =" urlsType " minOccurs =" 0" />
31
31
<xs : element name =" Credits" type =" creditsType" minOccurs =" 0" />
32
32
<xs : element name =" Pages" type =" ArrayOfComicPageInfo" minOccurs =" 0" />
33
33
</xs : all >
34
34
</xs : complexType >
35
35
36
+ <xs : complexType name =" urlsType" >
37
+ <xs : sequence >
38
+ <!-- The following element should be for the primary source url -->
39
+ <xs : element name =" Primary" type =" xs:string" />
40
+ <!-- The following should be used for any additional urls -->
41
+ <xs : element name =" Alternative" type =" xs:string" minOccurs =" 0" maxOccurs =" unbounded" />
42
+ </xs : sequence >
43
+ </xs : complexType >
44
+
36
45
<xs : complexType name =" sourcesType" >
37
46
<xs : sequence >
38
47
<!-- The following element should be used for the primary source of metadata information. -->
Original file line number Diff line number Diff line change 83
83
<Reprint id =" 65498" >Foo Bar #001 (2002)</Reprint >
84
84
<Reprint >Foo Bar #002 (2022)</Reprint >
85
85
</Reprints >
86
- <URL >https://comicvine.gamespot.com/justice-league-1-justice-league-part-one/4000-290431/</URL >
86
+ <URL >
87
+ <Primary >https://comicvine.gamespot.com/justice-league-1-justice-league-part-one/4000-290431/</Primary >
88
+ <Alternative >https://foo.bar</Alternative >
89
+ </URL >
87
90
<Credits >
88
91
<Credit >
89
92
<Creator id =" 32165" >Geoff Johns</Creator >
You can’t perform that action at this time.
0 commit comments