Skip to content

Commit

Permalink
Changed ProjectId type to string
Browse files Browse the repository at this point in the history
  • Loading branch information
linhard committed Apr 28, 2016
1 parent b877b89 commit 91f14cc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Schemas/project.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
<xs:sequence>
<xs:element name="Name" type="xs:string" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="ProjectId" type="Guid" use="required"/>
<xs:attribute name="ProjectId" type="xs:string" use="required"/>
</xs:complexType>
<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 91f14cc

Please sign in to comment.