Skip to content

Commit

Permalink
Make reference_material_id optional
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Nov 29, 2023
1 parent cff29a9 commit 64457cf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions scripts/fdmmaterial.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,7 @@
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="reference_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="reference_material_id" type="xsd:string" minOccurs="0"/>
<xsd:element name="label" type="xsd:string" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
Expand Down

0 comments on commit 64457cf

Please sign in to comment.