Skip to content

Commit

Permalink
Remove hidden annotation with wrong restriction (related to ext-2179) (
Browse files Browse the repository at this point in the history
…#110)

* Remove hidden annotation with wrong restriction (related to ext-2179)

* Fix typo related to change.
  • Loading branch information
HansBusch authored Jun 7, 2021
1 parent 03f8012 commit 0ac2fa3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions wsdl/ver10/schema/onvif.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -6563,12 +6563,6 @@ If set to 0.0, infinity will be used.</xs:documentation>
</xs:complexType>
<!--===============================-->
<xs:complexType name="ItemList">
<xs:annotation>
<xs:documentation>
List of parameters according to the corresponding ItemListDescription.
Each item in the list shall have a unique name.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="SimpleItem" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
Expand Down Expand Up @@ -6756,7 +6750,7 @@ If set to 0.0, infinity will be used.</xs:documentation>
<xs:sequence>
<xs:element name="Parameters" type="tt:ItemList">
<xs:annotation>
<xs:documentation>List of configuration parameters as defined in the correspding description.</xs:documentation>
<xs:documentation>List of configuration parameters as defined in the corresponding description.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
Expand Down

0 comments on commit 0ac2fa3

Please sign in to comment.