-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prototype of schema validation, only commenting out 1 test case for that
- Loading branch information
Jochen Stärk
authored and
Jochen Stärk
committed
Jun 27, 2019
1 parent
0033c98
commit c5afbe7
Showing
14 changed files
with
6,106 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
src/main/resources/schema/BASIC/zugferd2p0_basicwl_minimum.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xs:schema xmlns:rsm="urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100" | ||
xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||
xmlns:qdt="urn:un:unece:uncefact:data:standard:QualifiedDataType:100" | ||
xmlns:ram="urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100" | ||
xmlns:udt="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100" | ||
targetNamespace="urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100" | ||
elementFormDefault="qualified"> | ||
<xs:import namespace="urn:un:unece:uncefact:data:standard:QualifiedDataType:100" schemaLocation="zugferd2p0_basicwl_minimum_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd"/> | ||
<xs:import namespace="urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100" schemaLocation="zugferd2p0_basicwl_minimum_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd"/> | ||
<xs:import namespace="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100" schemaLocation="zugferd2p0_basicwl_minimum_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_100.xsd"/> | ||
<xs:element name="CrossIndustryInvoice" type="rsm:CrossIndustryInvoiceType"/> | ||
<xs:complexType name="CrossIndustryInvoiceType"> | ||
<xs:sequence> | ||
<xs:element name="ExchangedDocumentContext" type="ram:ExchangedDocumentContextType"/> | ||
<xs:element name="ExchangedDocument" type="ram:ExchangedDocumentType"/> | ||
<xs:element name="SupplyChainTradeTransaction" type="ram:SupplyChainTradeTransactionType"/> | ||
</xs:sequence> | ||
</xs:complexType> | ||
</xs:schema> |
Oops, something went wrong.