OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ebxml-bp message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [ebxml-bp] ebBP 10/27/2005: Specification Element Changes (SpecandSchema)



>green: Hi Monica
>This looks very good. Many thanks. I'd wish to make a small change
>just for accuracy:- 
>
>to change
> externalDocumentDefRef="urn:oasis:names:specification:ubl:schema:xsd:Invoice-1.0"
>
>to 
> externalDocumentDefRef="urn:oasis:names:tc:ubl:xpath:Invoice-1.0:sbs-1.0"
>
>and it would make sense to add
> targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:Invoice-1.0"
>
>(although that is implicit in the externalDocumentDefRef="urn:oasis:names:tc:ubl:xpath:Invoice-1.0:sbs-1.0")
>  
>
Here is the updated example snippet reflecting these changes. These will 
be integrated into the technical specification in Section 3.4.6.2. Thanks.

    ...<ProcessSpecification
    xmlns="http://docs.oasis-open.org/ebxmlbp/ebbp-2.0";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xmlns:xi="http://www.w3.org/2001/XInclude";
    name="PurchasingCluster" nameID="PC23"
    uuid="urn:purchasingcluster" specificationVersion="2"
    instanceVersion="1">
    <!--xi:include href="signals-package-2.0.1.xml" parse="xml"
    xpointer="xpointer(/ProcessSpecification/Package[1])"/-->
    <BusinessDocument name="Invoice" nameID="bd-invoice">
    <!--Shows use of externalDocumentDefRef optional attribute-->
    <Specification type="schema"
    location="ubl-1-0-SBS-cs/xpaths/xml/XPath/Invoice-XPath.xml"
    targetNamespace=”urn:oasis:names:specification:ubl:schema:xsd:Invoice-1.0”
    name="Invoice" nameID="invoice32”
    externalDocumentDefRef=”urn:oasis:names:tc:ubl:xpath:Invoice-1.0:sbs-1.0"/>
    </BusinessDocument>...





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]