Skip to content

Commit

Permalink
change: PluginUsingでPIの読込順を任意に指定できるように
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic9045 committed May 25, 2023
1 parent e526796 commit 097bd9a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions AtsEx/Plugins/AtsExPluginUsingXmlSchema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
>
<xs:element name="AtsExPluginUsing">
<xs:complexType>
<xs:sequence>
<xs:element ref="Assembly" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="CSharpScript" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="IronPython2" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Assembly"/>
<xs:element ref="CSharpScript"/>
<xs:element ref="IronPython2"/>
</xs:choice>
</xs:complexType>
</xs:element>

Expand Down

0 comments on commit 097bd9a

Please sign in to comment.