Skip to content

Commit

Permalink
Removed plural from Bitmaps element name in visinfo.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Veni Lillkåll committed Sep 4, 2015
1 parent 2809943 commit 773ba53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Schemas/visinfo.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</xs:complexType>
</xs:element>
<!-- ISG Jira issue BCF-17: Add support for text in the viewpoints -->
<xs:element name="Bitmaps" minOccurs="0" maxOccurs="unbounded">
<xs:element name="Bitmap" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="Bitmap" type="BitmapFormat"/>
Expand Down

0 comments on commit 773ba53

Please sign in to comment.