Skip to content

Commit

Permalink
Add use=required to free_to_read start_date
Browse files Browse the repository at this point in the history
  • Loading branch information
kjw committed Feb 11, 2015
1 parent 93a0811 commit 45c7d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niso-ali-1.0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<xsd:element name="free_to_read">
<xsd:complexType>
<xsd:attribute name="end_date" use="optional" type="xsd:date"/>
<xsd:attribute name="start_date" type="xsd:date"/>
<xsd:attribute name="start_date" use="required" type="xsd:date"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="license_ref">
Expand Down

0 comments on commit 45c7d30

Please sign in to comment.