Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added abstract_color tag to the XSD material profile validation file. This tag will be used to indicate that a material profile represents an abstract "Any color" profile for a specific brand/material name combination.
  • Loading branch information
pkuiper-ultimaker authored and nallath committed Sep 8, 2023
1 parent 3810cb9 commit a6b4cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/fdmmaterial.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<xsd:element name="MSDS" type="url" minOccurs="0"/>
<xsd:element name="supplier" type="contact_info" minOccurs="0"/>
<xsd:element name="author" type="contact_info" minOccurs="0"/>
<xsd:element name="abstract_color" type="xsd:boolean" minOccurs="0"/>
<!-- Specifically allow any settings from the Cura Namespace to be added here -->
<xsd:any minOccurs="0" namespace="http://www.ultimaker.com/cura" processContents ="lax"/>
</xsd:choice>
Expand Down

0 comments on commit a6b4cbf

Please sign in to comment.