Skip to content

Commit

Permalink
feat: VehicleConfigの要素定義順の制約を撤廃
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic9045 committed Oct 25, 2023
1 parent 7554ee1 commit 1518287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AtsEx/Plugins/AtsExVehicleConfigXmlSchema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
>
<xs:element name="AtsExVehicleConfig">
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="DetectSoundIndexConflict" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
<xs:element name="DetectPanelValueIndexConflict" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>

0 comments on commit 1518287

Please sign in to comment.