Skip to content

Commit

Permalink
Add missing attribute extension points (#216)
Browse files Browse the repository at this point in the history
* Add missing attribute extension points
Extension points had been added to metadatastream.xsd for XML 1.1 compatibility, but the included color types weren't updated.
  • Loading branch information
HansBusch authored May 30, 2022
1 parent 5891d2d commit 3e9ca3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wsdl/ver10/schema/common.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute processContents="lax"/>
</xs:complexType>
<xs:complexType name="ColorCovariance">
<xs:attribute name="XX" type="xs:float" use="required"/>
Expand All @@ -205,6 +206,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute processContents="lax"/>
</xs:complexType>
<xs:complexType name="ColorDescriptor">
<xs:sequence>
Expand All @@ -216,6 +218,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
<xs:element name="Covariance" type="tt:ColorCovariance" minOccurs="0"/>
<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> <!-- reserved for ONVIF -->
</xs:sequence>
<xs:anyAttribute processContents="lax"/>
</xs:complexType>
</xs:element>
<xs:element name="Extension" type="xs:anyType" minOccurs="0"/>
Expand Down

0 comments on commit 3e9ca3b

Please sign in to comment.