Skip to content

Commit

Permalink
Remove tag ordering restriction
Browse files Browse the repository at this point in the history
Let the document specify the tags immediately under <ComicInfo> in any
order.
  • Loading branch information
h3xx committed Jul 12, 2022
1 parent 9c3ebc1 commit 4c076b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drafts/v2.1/ComicInfo.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="ComicInfo" nillable="true" type="ComicInfo" />
<xs:complexType name="ComicInfo">
<xs:sequence>
<xs:all>
<xs:element minOccurs="0" maxOccurs="1" default="" name="Title" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" default="" name="Series" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" default="" name="Number" type="xs:string" />
Expand Down Expand Up @@ -44,7 +44,7 @@
<xs:element minOccurs="0" maxOccurs="1" default="Unknown" name="AgeRating" type="AgeRating" />
<xs:element minOccurs="0" maxOccurs="1" name="Pages" type="ArrayOfComicPageInfo" />
<xs:element minOccurs="0" maxOccurs="1" name="CommunityRating" type="Rating" />
</xs:sequence>
</xs:all>
</xs:complexType>
<xs:simpleType name="YesNo">
<xs:restriction base="xs:string">
Expand Down

0 comments on commit 4c076b1

Please sign in to comment.