<!--
 File: data/contexts/OASIS/templates/Identification/test_data/identification.xml
 -->
<!--
    $Id: identification.xml,v 1.14 2013/04/10 12:19:24 robbod Exp $
    Author: Rob Bodington, Eurostep Limited
    Owner:  Developed by Eurostep 
    Purpose: identification test data
 -->
<cmn:Uos xsi:schemaLocation="http://docs.oasis-open.org/plcs/ns/plcslib/v1.0/data/plcs/plcs-psm/xml-schema/plcs-psm ../../../../../PLCS/psm_model/plcs_psm.xsd">
<!--
 header information present in every file 
 -->
Rob Bodington
 </Name>
 </Author>
Eurostep Limited
 </Name>
 </Organization>
Hand created
 </OriginatingSystem>
A hand coded example showing how an Indentifier is represented
 </Documentation>
 </Header>
<DataContainer xsi:type="plcs:PlcsDataContainer">
<!--
 
        every file should identify the ExchangeContextClassLibrary to indicate the 
        main OWL ontology that imports all the reference data used.
    
 -->

<!-- id-eccl: -->
<!--
 The IRI of the Ontology NOT the OWL file 
 -->
http://docs.oasis-open.org/plcs/ns/plcslib/v1.0/data/contexts/OASIS/refdata/plcs-rdl
 </LibraryId>
 </ExchangeContextClassLibrary>
<!--
 Class of CAGE identifiers. Note the ExternalOwlClass for CAGE_code should only appear once 
 -->

<!-- cls-CAGE_code: -->
<!--
 Class of Product number identifiers. Note the ExternalOwlClass for Product_identification_code should only appear once 
 -->

<!-- cls-Product_identification_code: -->
<!--
 Class of Part number identifiers. Note the ExternalOwlClass for Part_identification_code should only appear once 
 -->

<!-- cls-Part_identification_code: -->
<!--
 Organization identified by its CAGE code:  OrganizationX 
 -->

<!-- org6: -->
<Id>
 <Identifier id="OrganizationX" idRoleRef="cls-CAGE_code"/>
 </Id>
 </Organization>
<!--
 
        Product identified by its product number:  p1 
    
 -->

<!-- prt-5: -->
<Product uid="prt-5">
<Id>
<!--
 Classification of the product number as a Product_identification_code 
 -->
 <Identifier id="p1" uid="id003" idRoleRef="cls-Product_identification_code" idContextRef="org6"/>
 </Id>
 </Product>
<!--
 
        Part identified by its Part number:  p2 
    
 -->

<!-- prt-6: -->
<Part uid="prt-6">
<Id>
<!--
 Classification of the product number as a part_identification_code 
 -->
 <Identifier id="p2" uid="id004" idRoleRef="cls-Part_identification_code" idContextRef="org6"/>
 </Id>
 </Part>
 </DataContainer>
 </cmn:Uos>