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

 


Help: OASIS Mailing Lists Help | MarkMail Help

ubl-dev message

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


Subject: Change to HTTPS for schema downloads


I just came across an article in the Register https://go.theregister.com/feed/www.theregister.com/2022/08/22/w3cs_transition_https/ saying that w3c are transitioning from http to https.


Looking at the UBL schemas, I notice that there are still http: references present.


So for instance from the Bill of Lading xsd file there is:-


=======================================

<?xml version="1.0" encoding="UTF-8"?>

<!--

  Library:           OASIS Universal Business Language (UBL) 2.3 CSD04

                     http://docs.oasis-open.org/ubl/csd04-UBL-2.3/

  Release Date:      25 November 2020

  Module:            xsd/maindoc/UBL-BillOfLading-2.3.xsd

  Generated on:      2020-11-18 22:08z

  Copyright (c) OASIS Open 2020. All Rights Reserved.

-->

<xsd:schema xmlns="urn:oasis:names:specification:ubl:schema:xsd:BillOfLading-2"

            xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"

            xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2"

            xmlns:ext="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2"

            xmlns:xsd="http://www.w3.org/2001/XMLSchema"

            xmlns:ccts="urn:un:unece:uncefact:documentation:2"

            targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:BillOfLading-2"

            elementFormDefault="qualified"

            attributeFormDefault="unqualified"

            version="2.3">

=======================================


Note the xmlns:xsd="http://www.w3.org/2001/XMLSchema" which should read:-


xmlns:xsd:="https://www.w3.org/2001/XMLSchema"


Is there a plan to change this?  And what is the plan for backward compatibility?



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