Component Format – Envelope
Characteristic view on the estimate
List of properties
Property Name |
Information |
Mandatory |
Lookup |
Interdependent |
EnvelopeFormatCode |
Format code from the format table. |
No, if the width and height are informed |
Yes |
No |
FormatWidth |
Closed format - Width of the product. It needs to in mm in the XML. This field can be decimal. |
No, if the Envelope Format Code is informed |
No |
No |
FormatHeight |
Closed format - Width of the product. It needs to in mm in the XML. This field can be decimal. |
No, if the Envelope Format Code is informed |
No |
No |
EnvelopeModelCode |
Search for the envelope models.
|
Yes |
Yes |
|
DieLayoutWidth |
Die layout width. It needs to in mm in the XML. This field can be decimal. |
Yes |
No |
No |
DieLayoutHeight |
Die layout height. It needs to in mm in the XML. This field can be decimal. |
Yes |
No |
No |
NumberUpDieLayout |
|
No, default 1 |
No |
No |
Lookup - To find the possible values for the envelope format code, go to the standard format record and use the description field.
Lookup - To find the possible values for the envelope model code, go to the format modes record > select the one needed > edit > use the field code
XML Sample
<FeatureReference>
<Value>#9</Value>
<!-- Value on that property -->
<Extension>
<IDSet idSetType="Feature">
<ID schemeAgencyID="3RDMIS">EnvelopeFormatCode</ID>
<!-- Fixed property name -->
</IDSet>
<IDSet idSetType="FeatureCategory">
<ID schemeAgencyID="3RDMIS">FormatEnvelope</ID>
<!-- Characteristic XML External Reference -->
</IDSet>
</Extension>
</FeatureReference>
<FeatureReference>
<Value>01</Value>
<!-- Value on that property -->
<Extension>
<IDSet idSetType="Feature">
<ID schemeAgencyID="3RDMIS">EnvelopeModelCode</ID>
<!-- Fixed property name -->
</IDSet>
<IDSet idSetType="FeatureCategory">
<ID schemeAgencyID="3RDMIS">FormatEnvelope</ID>
<!-- Characteristic XML External Reference -->
</IDSet>
</Extension>
</FeatureReference>
<FeatureReference>
<Value>309.5625</Value>
<!-- Value on that property -->
<Extension>
<IDSet idSetType="Feature">
<ID schemeAgencyID="3RDMIS">DieLayoutWidth</ID>
<!-- Fixed property name -->
</IDSet>
<IDSet idSetType="FeatureCategory">
<ID schemeAgencyID="3RDMIS">FormatEnvelope</ID>
<!-- Characteristic XML External Reference -->
</IDSet>
</Extension>
</FeatureReference>
<FeatureReference>
<Value>183.75</Value>
<!-- Value on that property -->
<Extension>
<IDSet idSetType="Feature">
<ID schemeAgencyID="3RDMIS">DieLayoutHeight</ID>
<!-- Fixed property name -->
</IDSet>
<IDSet idSetType="FeatureCategory">
<ID schemeAgencyID="3RDMIS">FormatEnvelope</ID>
<!-- Characteristic XML External Reference -->
</IDSet>
</Extension>
</FeatureReference>
<FeatureReference>
<Value>1</Value>
<!-- Value on that property -->
<Extension>
<IDSet idSetType="Feature">
<ID schemeAgencyID="3RDMIS">NumberUpDieLayout</ID>
<!-- Fixed property name -->
</IDSet>
<IDSet idSetType="FeatureCategory">
<ID schemeAgencyID="3RDMIS">FormatEnvelope</ID>
<!-- Characteristic XML External Reference -->
</IDSet>
</Extension>
</FeatureReference>