Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
yegor256/farm.zerocracy#1349 - fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
g4s8 committed Jun 27, 2019
1 parent 3e9d522 commit 3e9b771
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions xsd/pm/staff/applications.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ SOFTWARE.
<xs:include schemaLocation="http://datum.zerocracy.com/SNAPSHOT/xsd/pmo/types.xsd"/>
<xs:include schemaLocation="http://datum.zerocracy.com/SNAPSHOT/xsd/pm/scope/types.xsd"/>
<xs:complexType name="application">
<xs:all>
<xs:element name="created" type="xs:dateTime"/>
<xs:element name="role" type="role"/>
<xs:element name="rate" type="cash"/>
</xs:all>
<xs:attribute name="id" type="login" use="required"/>
<xs:element name="created" type="xs:dateTime"/>
<xs:element name="role" type="role"/>
<xs:element name="rate" type="cash"/>
</xs:complexType>
<xs:element name="applications">
<xs:complexType>
Expand Down

0 comments on commit 3e9b771

Please sign in to comment.