<?xml version="1.0" encoding="UTF-8"?>
<!-- Acces au "name space" 'xlink' : -->
<PLM_ xmlns:xlink="https://www.w3.org/1999/xlink">
    <!-- 'xlink:type="extended"': https://docstore.mik.ua/orelly/xml/xmlnut/ch10_04.htm -->
    <Articles_Liens_de_nomenclature xlink:title="Articles et nomenclature de fabrication" xlink:type="extended">
        <Articles xlink:type="simple" xlink:href="https://barbierdarnal.com/Enterprise_Architect/PLM/PLM.html#Articles"/>
        <Liens_de_nomenclature xlink:type="simple" xlink:href="https://barbierdarnal.com/Enterprise_Architect/PLM/PLM.html#Nomenclature_de_fabrication"/>
        <!-- 'xlink:label="..."' est un nom local pour creer ensuite les arcs : -->
        <Article xlink:type="locator" xlink:label="CD100" xlink:href="CD100.xml"/>
        <Article xlink:type="locator" xlink:label="CH005" xlink:href="CH005.xml"/>
        <Lien_de_nomenclature xlink:type="arc" xlink:from="CD100" xlink:to="CH005">
            <quantite_de_composition>1</quantite_de_composition>
        </Lien_de_nomenclature>    
    </Articles_Liens_de_nomenclature>
</PLM_>