Skip to content

Commit

Permalink
Use minOccurs and maxOccurs explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
wrygiel committed Feb 10, 2017
1 parent 1fac3cb commit e099cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest-entry.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<xs:complexContent>
<xs:extension base="ewp:ManifestApiEntryBase">
<xs:sequence>
<xs:element name="url" type="ewp:HTTPS">
<xs:element name="url" type="ewp:HTTPS" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>
An URL at which the the host will be listening.
Expand Down

0 comments on commit e099cd3

Please sign in to comment.