We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fec4b0 commit b2a1be6Copy full SHA for b2a1be6
wsdl/ver10/recording.wsdl
@@ -569,7 +569,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
569
<xs:element name="Extension" minOccurs="0">
570
<xs:complexType>
571
<xs:sequence>
572
- <xs:any namespace="##any" processContents="lax"> <!-- first Vendor then ONVIF -->
+ <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"> <!-- first Vendor then ONVIF -->
573
<xs:annotation>
574
<xs:documentation>Extensibility point.</xs:documentation>
575
</xs:annotation>
0 commit comments