mirror of
https://github.com/bringout/oca-edi.git
synced 2026-04-19 20:32:00 +02:00
37 lines
1.3 KiB
XML
37 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Library: OASIS Universal Business Language (UBL) 2.2 OS
|
|
http://docs.oasis-open.org/ubl/os-UBL-2.2/
|
|
Release Date: 09 July 2018
|
|
Module: UBL-xmldsig1-schema-2.2.xsd
|
|
Generated on: 2016-06-24 19:50(UTC)
|
|
|
|
This is a copy of http://www.w3.org/TR/xmldsig-core1/xmldsig1-schema.xsd
|
|
changed only to correctly import the local copies of the included and
|
|
imported schema fragments.
|
|
-->
|
|
|
|
<!--
|
|
#
|
|
# Copyright ©[2011] World Wide Web Consortium
|
|
# (Massachusetts Institute of Technology,
|
|
# European Research Consortium for Informatics and Mathematics,
|
|
# Keio University). All Rights Reserved.
|
|
# This work is distributed under the W3C® Software License [1] in the
|
|
# hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
|
# the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
# PURPOSE.
|
|
# [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
|
|
#
|
|
-->
|
|
|
|
<schema xmlns="http://www.w3.org/2001/XMLSchema"
|
|
targetNamespace="http://www.w3.org/2000/09/xmldsig#"
|
|
version="0.1" elementFormDefault="qualified">
|
|
|
|
<include
|
|
schemaLocation="UBL-xmldsig-core-schema-2.2.xsd"/>
|
|
|
|
<import namespace="http://www.w3.org/2009/xmldsig11#"
|
|
schemaLocation="UBL-xmldsig11-schema-2.2.xsd"/>
|
|
</schema>
|