Skip to content

Commit b2a1be6

Browse files
committed
Fix minor xs:any issue in old API.
1 parent 1fec4b0 commit b2a1be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wsdl/ver10/recording.wsdl

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
569569
<xs:element name="Extension" minOccurs="0">
570570
<xs:complexType>
571571
<xs:sequence>
572-
<xs:any namespace="##any" processContents="lax"> <!-- first Vendor then ONVIF -->
572+
<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"> <!-- first Vendor then ONVIF -->
573573
<xs:annotation>
574574
<xs:documentation>Extensibility point.</xs:documentation>
575575
</xs:annotation>

0 commit comments

Comments
 (0)