Component Format – Signature

 

Characteristic view on the estimate

Picture 202

 

List of properties

Property Name

Information

Mandatory

Lookup

Interdependent

ClosedWidth

Closed format - Width of the product. It needs to in mm in the XML. This field can be decimal.

Yes

No

No

ClosedHeight

Closed format - Height the product. It needs to in mm in the XML. This field can be decimal.

Yes

No

No

PageQty

Quantity of Pages. Numeric field, Integer.

Yes

No

No

 

XML Sample

<FeatureReference>

              <Value>202</Value>

              <!-- Value on that property -->

              <Extension>

                             <IDSet idSetType="Feature">

                                           <ID schemeAgencyID="3RDMIS">ClosedWidth</ID>

                                           <!-- Fixed property name -->

                             </IDSet>

                             <IDSet idSetType="FeatureCategory">

                                           <ID schemeAgencyID="3RDMIS">FormatSignature</ID>

                                           <!-- Characteristic XML External Reference -->

                             </IDSet>

              </Extension>

</FeatureReference>

<FeatureReference>

              <Value>266</Value>

              <!-- Value on that property -->

              <Extension>

                             <IDSet idSetType="Feature">

                                           <ID schemeAgencyID="3RDMIS">ClosedHeight</ID>

                                           <!-- Fixed property name -->

                             </IDSet>

                             <IDSet idSetType="FeatureCategory">

                                           <ID schemeAgencyID="3RDMIS">FormatSignature</ID>

                                           <!-- Characteristic XML External Reference -->

                             </IDSet>

              </Extension>

</FeatureReference>

<FeatureReference>

              <Value>32</Value>

              <!-- Value on that property -->

              <Extension>

                             <IDSet idSetType="Feature">

                                           <ID schemeAgencyID="3RDMIS">PageQty</ID>

                                           <!-- Fixed property name -->

                             </IDSet>

                             <IDSet idSetType="FeatureCategory">

                                           <ID schemeAgencyID="3RDMIS">FormatSignature</ID>

                                           <!-- Characteristic XML External Reference -->

                             </IDSet>

              </Extension>

</FeatureReference>