Poniższy dokument jest wykorzystywany jako baza do nowego projektu przenośnika taśmowego w programie BeltConvEditor.
<?xml version="1.0" encoding="utf-8"?>
<ConvML version="1.2"
xmlns="http://www.entertech.com.pl/convml">
<BeltConveyor>
<Conditions/>
<Belt>
<BeltSplice/>
<BeltSegment/>
</Belt>
<Tail length="50" angle="5">
<Pulley y="2" diameter="1"/>
<Carry>
<Chute>
<Material/>
</Chute>
</Carry>
<Return/>
</Tail>
<Route>
<RouteSection length="50">
<RouteSegment>
<Carry/>
<Return/>
</RouteSegment>
</RouteSection>
</Route>
<Head length="50" angle="5">
<Pulley y="2" diameter="1">
<DriveUnit>
<Motor/>
<Coupling/>
<Gearbox/>
<ElectricalEquipment/>
</DriveUnit>
</Pulley>
<Carry/>
<Return/>
</Head>
<ConvElectricalEquipment>
<ControlSystem/>
<EmergencySystem/>
<SignalSystem/>
<FireSystem/>
</ConvElectricalEquipment>
</BeltConveyor>
</ConvML>