Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for license plate color. #513

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/Analytics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,10 @@
<para>State province or authority that issue the license plate.</para>
</entry>
</row>
<row>
<entry>Color</entry>
<entry>Background color of the license plate</entry>
</row>
</tbody>
</tgroup>
</table>
Expand Down
1 change: 1 addition & 0 deletions wsdl/ver10/schema/metadatastream.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
<xs:element name="Type" type="tt:StringLikelihood"/> <!-- tt:VehicleType lists the acceptable values" -->
<xs:element name="Brand" type="tt:StringLikelihood" minOccurs="0" maxOccurs="1"/>
<xs:element name="Model" type="tt:StringLikelihood" minOccurs="0" maxOccurs="1"/>
<xs:element name="Color" type="tt:ColorDescriptor" minOccurs="0"/>
<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> <!-- first ONVIF then vendor -->
</xs:sequence>
<xs:anyAttribute processContents="lax"/>
Expand Down