<?xml version="1.0" encoding="UTF-8"?> <!-- * * Copyright (c) 2001 ebXMLsoft Inc. All rights reserved. * --> <!-- This is SubmitObjectsRequest sample from ebXML Registry Services Specification v0.88 Node: Added "path" to "ClassificationNodes" --> <!DOCTYPE SubmitObjectsRequest SYSTEM "rim.dtd"> <SubmitObjectsRequest> <RegistryEntryList> <Package id = "acmePackage1" name = "Package #1" description = "ACME's package #1" /> <ExtrinsicObject id = "acmeCPP1" contentURI = "CPP1" objectType = "CPP" name = "Widget Profile" description = "ACME's profile for selling widgets"/> <Association id = "acmePackage1-acmeCPP1-Assoc" associationType = "Packages" sourceObject = "acmePackage1" targetObject = "acmeCPP1" /> <Package id = "acmePackage2" name = "Package #2" description = "ACME's package #2" /> <ObjectRef id = "urn:uuid:a2345678-1234-1234-123456789012"/> <Association id = "acmePackage2-alreadySubmittedCPP-Assoc" associationType = "Packages" sourceObject = "acmePackage2" targetObject = "urn:uuid:a2345678-1234-1234-123456789012"/> <ObjectRef id = "urn:uuid:b2345678-1234-1234-123456789012"/> <ObjectRef id = "urn:uuid:c2345678-1234-1234-123456789012"/> <!-- id is unspecified implying that registry must create a uuid for this object --> <Association id = "acmePackage2-acmeCPP1-Assoc" associationType = "Packages" sourceObject = "urn:uuid:b2345678-1234-1234-123456789012" targetObject = "urn:uuid:c2345678-1234-1234-123456789012"/> <ExternalLink id = "acmeLink1" name = "Link #1" description = "ACME's Link #1"/> <ExtrinsicObject id = "acmeCPP2" contentURI = "CPP2" objectType = "CPP" name = "Sprockets Profile" description = "ACME's profile for selling sprockets"/> <Association id = "acmeLink1-acmeCPP2-Assoc" associationType = "ExternallyLinks" sourceObject = "acmeLink1" targetObject = "acmeCPP2"/> <ExternalLink id = "acmeLink2" name = "Link #2" description = "ACME's Link #2"/> <Association id = "acmeLink2-alreadySubmittedCPP-Assoc" associationType = "ExternallyLinks" sourceObject = "acmeLink2" targetObject = "urn:uuid:a2345678-1234-1234-123456789012"/> <ExternalIdentifier id = "acmeDUNSId" name = "DUNS" description = "DUNS ID for ACME" value = "13456789012"/> <Association id = "acmeDUNSId-alreadySubmittedCPP-Assoc" associationType = "ExternallyIdentifies" sourceObject = "acmeDUNSId" targetObject = "urn:uuid:a2345678-1234-1234-123456789012" /> <ClassificationNode id = "geographyNode" name = "Geography" path="/Geography" description = "The Geography scheme example from Registry Services Spec" /> <ClassificationNode id = "asiaNode" name = "Asia" path="/Geography/Asia" description = "The Asia node under the Geography node" parent="geographyNode" /> <ClassificationNode id = "japanNode" name = "Japan" path="/Geography/Asia/Japan" description ="The Japan node under the Asia node" parent="asiaNode" /> <ClassificationNode id = "koreaNode" name = "Korea" path="/Geography/Asia/Korea" description ="The Korea node under the Asia node" parent="koreaNode" /> <ClassificationNode id = "europeNode" name = "Europe" path="/Geography/Europe" description = "The Europe node under the Geography node" parent="geographyNode" /> <ClassificationNode id = "germanyNode" name = "Germany" path="/Geography/Europe/Germany" description ="The Germany node under the Europe node" parent="europeNode" /> <ClassificationNode id = "northAmericaNode" name = "North America" path="/Geography/NorthAmerica" description = "The North America node under the Geography node" parent="geographyNode" /> <ClassificationNode id = "usNode" name = "US" path="/Geography/NorthAmerica/US" description ="The US node under the North America node" parent="asiaNode" /> <ObjectRef id="urn:uuid:d2345678-1234-1234-123456789012" /> <ClassificationNode id = "automotiveNode" name = "Automotive" path="/Industry/Automative" description = "The Automotive sub-tree under Industry scheme" parent = "urn:uuid:d2345678-1234-1234-123456789012"/> <ClassificationNode id = "partSuppliersNode" name = "Parts Supplier" path="/Industry/Automative/PartsSupplier" description = "The Parts Supplier node under the Automotive node" parent="automotiveNode" /> <ClassificationNode id = "engineSuppliersNode" name = "Engine Supplier" path="/Industry/Automative/EngineSupplier" description = "The Engine Supplier node under the Automotive node" parent="automotiveNode" /> <Classification id = "japanClassification" description = "Classifies object by /Geography/Asia/Japan node" classifiedObject="urn:uuid:a2345678-1234-1234-123456789012" classificationNode="japanNode" /> <Classification id = "classificationUsingExistingNode" description = "Classifies object using a node in the registry" classifiedObject="urn:uuid:a2345678-1234-1234-123456789012" classificationNode="urn:uuid:e2345678-1234-1234-123456789012" /> <ObjectRef id="urn:uuid:e2345678-1234-1234-123456789012" /> </RegistryEntryList> </SubmitObjectsRequest>