UDE v1 Glass extension
Version: Process description SALES005 v1.0
1 The process
The glass extension makes it possible to send or receive extra information about glass articles in the DICO order message. The extension focuses on being able to order flat glass for facades/frames, partitions and other places where flat glass is used.
The extension contains solutions so that shapes and associated variables can be specified so that the manufacturer/supplier knows what to supply.
Published extensions within GlasUDE:
- XML structure glassUDE in the Order message
2 UDE Structure
2.1 EnergyUDE in the Order message
The location of the extension within the Order message is at OrderLine level, xpath is: Order/OrderLine/UserDefinedExtension
<UserDefinedExtension xmlns:glass="https://ontology.ketenstandaard.nl/DICO/UDE/Glass/v1"
xsi:schemaLocation="https://ontology.ketenstandaard.nl/DICO/UDE/Glass/v1 GlassUDEv1.xsd">
<glass:GlassUDE>
<glass:ModelSpecification>75</glass:ModelSpecification>
<glass:Manufacturer>
<glass:GLN>8719332456783</glass:GLN>
<glass:Name>Glasproducent B.V.</glass:Name>
<glass:Street>Glasweg</glass:Street>
<glass:HouseNumber>15</glass:HouseNumber>
<glass:City>Glasstad</glass:City>
<glass:PostalCode>1234GL</glass:PostalCode>
<glass:Country>NL</glass:Country>
</glass:Manufacturer>
<glass:Location>63bfcb 7e6a4</glass:Location>
<glass:DeviatingMeasurements>
<glass:DeviatingHeight>
<glass:ID>H1</glass:ID>
<glass:NumericValue>200</glass:NumericValue>
<glass:NumericValueUoM>MMT</glass:NumericValueUoM>
</glass:DeviatingHeight>
<glass:DeviatingWidth>
<glass:ID>B1</glass:ID>
<glass:NumericValue>150</glass:NumericValue>
<glass:NumericValueUoM>MMT</glass:NumericValueUoM>
</glass:DeviatingWidth>
<glass:Overlap>
<glass:ID>1</glass:ID>
<glass:NumericValue>50</glass:NumericValue>
<glass:NumericValueUoM>MMT</glass:NumericValueUoM>
<glass:Position>top</glass:Position>
</glass:Overlap>
<glass:CornerRadius>
<glass:ID>c1</glass:ID>
<glass:NumericValue>50</glass:NumericValue>
<glass:NumericValueUoM>MMT</glass:NumericValueUoM>
</glass:CornerRadius>
</glass:DeviatingMeasurements>
<glass:Spacers>
<glass:FillerType>NieuweGassoort</glass:FillerType>
<glass:Spacer>
<glass:ID>1</glass:ID>
<glass:NumericValue>10</glass:NumericValue>
<glass:NumericValueUoM>MMT</glass:NumericValueUoM>
<glass:Type>ALU123Z</glass:Type>
<glass:Colour>Zwart</glass:Colour>
</glass:Spacer>
</glass:Spacers>
<glass:VentCharacteristics>
<glass:GlassChannelMeasurement>25</glass:GlassChannelMeasurement>
<glass:ControlPosition>left</glass:ControlPosition>
<glass:ControlMethod>rod</glass:ControlMethod>
</glass:VentCharacteristics>
</glass:GlassUDE>
</UserDefinedExtension>
3 Ordering
3.1 Ordering Glass Items
To order a glass panel, a subset of the GlasUDE is used to complete the order message with relevant attributes. The order line refers to an item number, basic dimensions and quantities. In the extension, this is supplemented with shape type, different dimensions required for shapes other than 'rectangular' and other items.
<!--Examples are indicative and not a representation of a real order-->
<OrderLine>
<LineNumber>1</LineNumber>
<OrderedQuantity>1</OrderedQuantity>
<OrderedQuantityUoM>PCE</OrderedQuantityUoM>
<LineIdentification>0001</LineIdentification>
<TradeItemIdentification>
<GTIN>08712345678944</GTIN>
<AdditionalItemIdentification>
<TradeItemDescription>ISO4-15-6</TradeItemDescription>
<PhysicalDimensions>
<Width>1000</Width>
<Height>1000</Height>
<MeasurementUoM>MMT</MeasurementUoM>
</PhysicalDimensions>
</AdditionalItemIdentification>
</TradeItemIdentification>
<UserDefinedExtension xmlns:glass="https://ontology.ketenstandaard.nl/DICO/UDE/Glass/v1"
xsi:schemaLocation="https://ontology.ketenstandaard.nl/DICO/UDE/Glass/v1 GlassUDEv1.xsd">
<glass:GlassUDE>
<glass:ModelSpecification>75</glass:ModelSpecification>
<glass:Manufacturer>
<glass:GLN>8719332456783</glass:GLN>
<glass:Name>Glasproducent B.V.</glass:Name>
<glass:Street>Glasweg</glass:Street>
<glass:HouseNumber>15</glass:HouseNumber>
<glass:City>Glasstad</glass:City>
<glass:PostalCode>1234GL</glass:PostalCode>
<glass:Country>NL</glass:Country>
</glass:Manufacturer>
<glass:Location>63bfcb 7e6a4</glass:Location>
<glass:DeviatingMeasurements>
<glass:DeviatingHeight>
<glass:ID>H1</glass:ID>
<glass:NumericValue>200</glass:NumericValue>
<glass:NumericValueUoM>MMT</glass:NumericValueUoM>
</glass:DeviatingHeight>
<glass:DeviatingWidth>
<glass:ID>B1</glass:ID>
<glass:NumericValue>150</glass:NumericValue>
<glass:NumericValueUoM>MMT</glass:NumericValueUoM>
</glass:DeviatingWidth>
<glass:Overlap>
<glass:ID>1</glass:ID>
<glass:NumericValue>50</glass:NumericValue>
<glass:NumericValueUoM>MMT</glass:NumericValueUoM>
<glass:Position>top</glass:Position>
</glass:Overlap>
<glass:CornerRadius>
<glass:ID>c1</glass:ID>
<glass:NumericValue>50</glass:NumericValue>
<glass:NumericValueUoM>MMT</glass:NumericValueUoM>
</glass:CornerRadius>
</glass:DeviatingMeasurements>
<glass:Spacers>
<glass:FillerType>NieuweGassoort</glass:FillerType>
<glass:Spacer>
<glass:ID>1</glass:ID>
<glass:NumericValue>10</glass:NumericValue>
<glass:NumericValueUoM>MMT</glass:NumericValueUoM>
<glass:Type>ALU123Z</glass:Type>
<glass:Colour>Zwart</glass:Colour>
</glass:Spacer>
</glass:Spacers>
</glass:GlassUDE>
</UserDefinedExtension>
</OrderLine>
3.2 Ordering glass accessories
Besides glass, this subsector also often orders glass-related accecoires such as ventilation grilles. These grilles have their own article number and thus also receive their own order line. This also makes it possible for a broker to split an order between a glass manufacturer and the grille manufacturer. Details of the grille are included in the extension:
<!--Examples are indicative and not a representation of a real order-->
<OrderLine>
<LineNumber>1</LineNumber>
<OrderedQuantity>1</OrderedQuantity>
<OrderedQuantityUoM>PCE</OrderedQuantityUoM>
<LineIdentification>0001</LineIdentification>
<TradeItemIdentification>
<GTIN>08712345678944</GTIN>
<AdditionalItemIdentification>
<TradeItemDescription>Rooster1234</TradeItemDescription>
<PhysicalDimensions>
<Width>950</Width>
<Height>50</Height>
<MeasurementUoM>MMT</MeasurementUoM>
</PhysicalDimensions>
</AdditionalItemIdentification>
</TradeItemIdentification>
<UserDefinedExtension xmlns:glass="https://ontology.ketenstandaard.nl/DICO/UDE/Glass/v1"
xsi:schemaLocation="https://ontology.ketenstandaard.nl/DICO/UDE/Glass/v1 GlassUDEv1.xsd">
<glass:GlassUDE>
<glass:VentCharacteristics>
<glass:GlassChannelMeasurement>25</glass:GlassChannelMeasurement>
<glass:ControlPosition>left</glass:ControlPosition>
<glass:ControlMethod>rod</glass:ControlMethod>
</glass:VentCharacteristics>
</glass:GlassUDE>
</UserDefinedExtension>
</OrderLine>