Skip to content

Commit

Permalink
Update fdmmaterial.xsd with material_bot_id
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Nov 27, 2023
1 parent db50d93 commit 124c2f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/fdmmaterial.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="bot_material_id">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="2"/>
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="label" type="xsd:string" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
Expand Down

0 comments on commit 124c2f3

Please sign in to comment.