Skip to content

Commit

Permalink
Fix minor xs:any issue in old API.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBusch committed Jun 19, 2023
1 parent 1fec4b0 commit b2a1be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsdl/ver10/recording.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
<xs:element name="Extension" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:any namespace="##any" processContents="lax"> <!-- first Vendor then ONVIF -->
<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"> <!-- first Vendor then ONVIF -->
<xs:annotation>
<xs:documentation>Extensibility point.</xs:documentation>
</xs:annotation>
Expand Down

0 comments on commit b2a1be6

Please sign in to comment.