Audio V4: fix typo in XSD for VTS
Bug: 76165942 Bug: 74037175 Bug: 38184704 Change-Id: If8acbdfd27af726620d53fbded139f1107817ef4 Signed-off-by: Kevin Rocard <krocard@google.com>
This commit is contained in:
parent
1e1dc2b068
commit
1641a23adf
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
<xs:element name="devicePorts" type="devicePorts" minOccurs="0"/>
|
||||
<xs:element name="routes" type="routes" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
<xs:attribute name="name" type="xsd:string" use="required"/>
|
||||
<xs:attribute name="name" type="xs:string" use="required"/>
|
||||
<xs:attribute name="halVersion" type="halVersion" use="required"/>
|
||||
</xs:complexType>
|
||||
<xs:unique name="mixPortNameUniqueness">
|
||||
|
|
Loading…
Reference in a new issue