Skip to content

Commit

Permalink
Merge pull request #74 from linhard/feature/viewpointGuid
Browse files Browse the repository at this point in the history
Feature/viewpoint guid
  • Loading branch information
linhard authored Jul 20, 2016
2 parents fe49e41 + ff6a5e3 commit 1ca0b57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Schemas/visinfo.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
</xs:complexType>
</xs:element>
</xs:sequence>
<!-- Guid of the viewpoint -->
<xs:attribute name="Guid" type="Guid" use="required"/>
</xs:complexType>
</xs:element>
<xs:complexType name="OrthogonalCamera">
Expand Down Expand Up @@ -130,4 +132,9 @@
<xs:enumeration value="JPG"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Guid">
<xs:restriction base="xs:string">
<xs:pattern value="[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>

0 comments on commit 1ca0b57

Please sign in to comment.