Skip to content

Commit

Permalink
Update formatType to latest values
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Jul 25, 2024
1 parent 349355e commit e1cbf4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions drafts/v1.0/MetronInfo.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,14 @@
<xs:simpleType name="formatType">
<xs:restriction base="xs:string">
<xs:enumeration value="Annual" />
<xs:enumeration value="Digital Chapters" />
<xs:enumeration value="Graphic Novel" />
<xs:enumeration value="Hardcover" />
<xs:enumeration value="Limited Series" /> <!-- Used for mini/maxi series -->
<xs:enumeration value="Omnibus" />
<xs:enumeration value="One-Shot" />
<xs:enumeration value="Series" /> <!-- Needs better name, but used for Ongoing/Cancelled series -->
<xs:enumeration value="Single Issue" /> <!-- Used for Ongoing/Cancelled series -->
<xs:enumeration value="Trade Paperback" />
<xs:enumeration value="Hardcover" />
</xs:restriction>
</xs:simpleType>

Expand Down
2 changes: 1 addition & 1 deletion drafts/v1.0/Sample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Name>Justice League</Name>
<SortName>Justice League</SortName>
<Volume>2</Volume>
<Format>Series</Format>
<Format>Single Issue</Format>
</Series>
<Number>1</Number>
<Stories>
Expand Down

0 comments on commit e1cbf4f

Please sign in to comment.