Skip to content

Commit

Permalink
Merge pull request #48 from linhard/master
Browse files Browse the repository at this point in the history
Fix to issue #34 remove comments from viewpoint
  • Loading branch information
pasi-paasiala committed Aug 27, 2014
2 parents d25747e + 3cf9618 commit c3a8930
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Schemas/markup.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@
<xs:element name="Viewpoint" type="xs:string" minOccurs="0" maxOccurs="1"/>
<!-- the snapshot png -->
<xs:element name="Snapshot" type="xs:string" minOccurs="0" maxOccurs="1"/>
<!-- Guids of comments related to this viewpoint -->
<xs:element name="Comments" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="Guid" type="Guid" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Guid" type="Guid" use="required"/>
<!-- Guid of the viewpoint -->
Expand Down

0 comments on commit c3a8930

Please sign in to comment.