Skip to content

Commit abe20a3

Browse files
committed
Moved position of <com-server> in capabilities.xsd
1 parent 24a96ae commit abe20a3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/specifications/capabilities.xsd

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<xs:element name="url-protocol" type="caps:url-protocol" />
2323
<xs:element name="context-menu" type="caps:context-menu" />
2424
<xs:element name="auto-play" type="caps:auto-play" />
25-
<xs:element name="com-server" type="caps:com-server" />
2625
<xs:element name="registration" type="caps:registration" />
2726
<xs:element name="default-program" type="caps:default-program" />
27+
<xs:element name="com-server" type="caps:com-server" />
2828
<xs:element name="remove-hook" type="caps:remove-hook" />
2929
</xs:choice>
3030
<xs:attribute name="os" type="xs:string">
@@ -352,17 +352,6 @@
352352
</xs:attribute>
353353
</xs:complexType>
354354

355-
<xs:complexType name="com-server">
356-
<xs:annotation>
357-
<xs:documentation>
358-
An application's ability to act as a COM server.
359-
</xs:documentation>
360-
</xs:annotation>
361-
<xs:complexContent>
362-
<xs:extension base="caps:capability" />
363-
</xs:complexContent>
364-
</xs:complexType>
365-
366355
<xs:complexType name="registration">
367356
<xs:annotation>
368357
<xs:documentation>
@@ -462,6 +451,17 @@
462451
</xs:attribute>
463452
</xs:complexType>
464453

454+
<xs:complexType name="com-server">
455+
<xs:annotation>
456+
<xs:documentation>
457+
An application's ability to act as a COM server.
458+
</xs:documentation>
459+
</xs:annotation>
460+
<xs:complexContent>
461+
<xs:extension base="caps:capability" />
462+
</xs:complexContent>
463+
</xs:complexType>
464+
465465
<xs:complexType name="remove-hook">
466466
<xs:annotation>
467467
<xs:documentation>

0 commit comments

Comments
 (0)