diagram | |||
namespace | https://printfactory.cloud/schema/2.0 | ||
children | pf:WasteOptimalization pf:WasteWidth pf:WasteHeight | ||
used by |
|
||
annotation |
|
||
source | <xs:group name="WasteOptimalizationGroup"> <xs:annotation> <xs:documentation>Waste optimalization configuration</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="WasteOptimalization" type="xs:boolean" fixed="true"> <xs:annotation> <xs:documentation>Waste optimalization needs to be applied on this job</xs:documentation> </xs:annotation> </xs:element> <xs:element name="WasteWidth"> <xs:annotation> <xs:documentation>Maximum width of waste in units</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="WasteHeight"> <xs:annotation> <xs:documentation>Maximum height of waste in units</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:group> |
diagram | |||||
namespace | https://printfactory.cloud/schema/2.0 | ||||
type | xs:boolean | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="WasteOptimalization" type="xs:boolean" fixed="true"> <xs:annotation> <xs:documentation>Waste optimalization needs to be applied on this job</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||
type | restriction of xs:decimal | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="WasteWidth"> <xs:annotation> <xs:documentation>Maximum width of waste in units</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||
type | restriction of xs:decimal | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="WasteHeight"> <xs:annotation> <xs:documentation>Maximum height of waste in units</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> |