File tree 4 files changed +14
-14
lines changed
4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 15
15
<xs : complexType name =" DescriptionType" mixed =" true" >
16
16
<xs : annotation >
17
17
<xs : documentation >
18
- The description allows any content but should be limit to XHTML.
18
+ The description allows any content but should be limited to XHTML.
19
19
</xs : documentation >
20
20
</xs : annotation >
21
21
<xs : sequence >
28
28
<xs : documentation >
29
29
A valid email address must follow several complex rules
30
30
(see https://en.wikipedia.org/wiki/Email_address).
31
- For ROS packages only a few are enforced and not the full character set
31
+ For ROS packages only a few are enforced, and not the full character set
32
32
is supported.
33
33
</xs : documentation >
34
34
</xs : annotation >
Original file line number Diff line number Diff line change 5
5
<xs : complexType name =" DependencyType" >
6
6
<xs : simpleContent >
7
7
<xs : extension base =" xs:token" >
8
- <!-- The dependency must have a version less then the specified limit. -->
8
+ <!-- The dependency must have a version less than the specified limit. -->
9
9
<xs : attribute name =" version_lt" type =" VersionLimitType" use =" optional" />
10
- <!-- The dependency must have a version less then or equal to the specified limit. -->
10
+ <!-- The dependency must have a version less than or equal to the specified limit. -->
11
11
<xs : attribute name =" version_lte" type =" VersionLimitType" use =" optional" />
12
12
<!-- The dependency must have a version equal to the specified limit. -->
13
13
<xs : attribute name =" version_eq" type =" VersionLimitType" use =" optional" />
14
- <!-- The dependency must have a version greater then or equal to the specified limit. -->
14
+ <!-- The dependency must have a version greater than or equal to the specified limit. -->
15
15
<xs : attribute name =" version_gte" type =" VersionLimitType" use =" optional" />
16
- <!-- The dependency must have a version greater then the specified limit. -->
16
+ <!-- The dependency must have a version greater than the specified limit. -->
17
17
<xs : attribute name =" version_gt" type =" VersionLimitType" use =" optional" />
18
18
</xs : extension >
19
19
</xs : simpleContent >
Original file line number Diff line number Diff line change 5
5
<xs : complexType name =" DependencyType" >
6
6
<xs : simpleContent >
7
7
<xs : extension base =" xs:token" >
8
- <!-- The dependency must have a version less then the specified limit. -->
8
+ <!-- The dependency must have a version less than the specified limit. -->
9
9
<xs : attribute name =" version_lt" type =" VersionLimitType" use =" optional" />
10
- <!-- The dependency must have a version less then or equal to the specified limit. -->
10
+ <!-- The dependency must have a version less than or equal to the specified limit. -->
11
11
<xs : attribute name =" version_lte" type =" VersionLimitType" use =" optional" />
12
12
<!-- The dependency must have a version equal to the specified limit. -->
13
13
<xs : attribute name =" version_eq" type =" VersionLimitType" use =" optional" />
14
- <!-- The dependency must have a version greater then or equal to the specified limit. -->
14
+ <!-- The dependency must have a version greater than or equal to the specified limit. -->
15
15
<xs : attribute name =" version_gte" type =" VersionLimitType" use =" optional" />
16
- <!-- The dependency must have a version greater then the specified limit. -->
16
+ <!-- The dependency must have a version greater than the specified limit. -->
17
17
<xs : attribute name =" version_gt" type =" VersionLimitType" use =" optional" />
18
18
</xs : extension >
19
19
</xs : simpleContent >
Original file line number Diff line number Diff line change 19
19
<xs : complexType name =" DependencyType" >
20
20
<xs : simpleContent >
21
21
<xs : extension base =" xs:token" >
22
- <!-- The dependency must have a version less then the specified limit. -->
22
+ <!-- The dependency must have a version less than the specified limit. -->
23
23
<xs : attribute name =" version_lt" type =" VersionLimitType" use =" optional" />
24
- <!-- The dependency must have a version less then or equal to the specified limit. -->
24
+ <!-- The dependency must have a version less than or equal to the specified limit. -->
25
25
<xs : attribute name =" version_lte" type =" VersionLimitType" use =" optional" />
26
26
<!-- The dependency must have a version equal to the specified limit. -->
27
27
<xs : attribute name =" version_eq" type =" VersionLimitType" use =" optional" />
28
- <!-- The dependency must have a version greater then or equal to the specified limit. -->
28
+ <!-- The dependency must have a version greater than or equal to the specified limit. -->
29
29
<xs : attribute name =" version_gte" type =" VersionLimitType" use =" optional" />
30
- <!-- The dependency must have a version greater then the specified limit. -->
30
+ <!-- The dependency must have a version greater than the specified limit. -->
31
31
<xs : attribute name =" version_gt" type =" VersionLimitType" use =" optional" />
32
32
<xs : attribute name =" condition" use =" optional" >
33
33
<xs : simpleType >
You can’t perform that action at this time.
0 commit comments