Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Editor allows to add fewer screenshots than necessary. #152

Open
akarimova opened this issue Feb 17, 2014 · 0 comments
Open

Editor allows to add fewer screenshots than necessary. #152

akarimova opened this issue Feb 17, 2014 · 0 comments

Comments

@akarimova
Copy link
Contributor

According to xsd

 <xsd:complexType name="type-description-images-screenshots">
    <xsd:sequence>
      <xsd:element name="screenshot" type="type-description-images-screenshots-screenshot" minOccurs="4" maxOccurs="unbounded" />
    </xsd:sequence>
  </xsd:complexType>

But the editor doesn't check for the the defined minimum, so generate invalid XML

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants