Skip to content

Commit

Permalink
Merge remote branch 'fork/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jan 23, 2015
2 parents 62b8a84 + d6c2fc0 commit 02ab61d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<parent>
<groupId>com.jcabi</groupId>
<artifactId>parent</artifactId>
<version>0.31</version>
<version>0.32.1</version>
</parent>
<groupId>com.rultor</groupId>
<artifactId>rultor</artifactId>
Expand Down
18 changes: 9 additions & 9 deletions src/main/resources/com/rultor/spi/talk.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,15 @@
<xs:element name="success" type="xs:boolean" minOccurs="0">
<xs:annotation>
<xs:documentation source="description">
This element has the flag that indicates if the request
This element has the flag that indicates if the request
was successfully.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="msec" type="xs:integer" minOccurs="0">
<xs:annotation>
<xs:documentation source="description">
This element has the number of milliseconds that takes
This element has the number of milliseconds that takes
the request.
</xs:documentation>
</xs:annotation>
Expand Down Expand Up @@ -191,7 +191,7 @@
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="arg" minOccurs="0"
<xs:element name="arg" minOccurs="0"
maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="description">
Expand All @@ -201,11 +201,11 @@
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="name"
<xs:attribute name="name"
use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern
<xs:pattern
value="[a-zA-Z_]+"/>
</xs:restriction>
</xs:simpleType>
Expand Down Expand Up @@ -277,17 +277,17 @@
<xs:element name="log" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="description">
This element has the log specification for the archive
This element has the log specification for the archive
task.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:anyURI">
<xs:attribute name="id" type="hash" use="required"/>
<xs:attribute name="title" type="xs:string"
<xs:attribute name="title" type="xs:string"
use="required"/>
<xs:attribute name="index" type="xs:integer"
<xs:attribute name="index" type="xs:integer"
use="optional"/>
</xs:extension>
</xs:simpleContent>
Expand Down Expand Up @@ -362,7 +362,7 @@
<xs:unique name="daemonID">
<xs:annotation>
<xs:documentation source="description">
This is an unique constraint over the id attribute of log
This is an unique constraint over the id attribute of log
in the element type archive
</xs:documentation>
</xs:annotation>
Expand Down

0 comments on commit 02ab61d

Please sign in to comment.