forked from fortytools/ruby-secretariat
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Skulli/feature_zugferd_2_3_2
zugferd 2.3.2
- Loading branch information
Showing
19 changed files
with
18,540 additions
and
2 deletions.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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="Factur-X_1.07.2_EN16931_urn_un_unece_uncefact_data_standard_QualifiedDataType_100.xsd"/> | ||
<xs:import namespace="urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100" schemaLocation="Factur-X_1.07.2_EN16931_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_100.xsd"/> | ||
<xs:import namespace="urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100" schemaLocation="Factur-X_1.07.2_EN16931_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.