Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[26860] GS1 Standard ZurRose #424

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 7 additions & 2 deletions bundles/org.iatrix.bestellung.rose/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-gen"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
5 changes: 5 additions & 0 deletions bundles/org.iatrix.bestellung.rose/.project
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ds.core.builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
Expand Down
13 changes: 11 additions & 2 deletions bundles/org.iatrix.bestellung.rose/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Bundle-SymbolicName: org.iatrix.bestellung.rose;singleton:=true
Bundle-Version: 3.13.0.qualifier
Bundle-Vendor: org.iatrix
Require-Bundle: ch.elexis.core.data;bundle-version="3.9.0",
ch.elexis.core.ui;bundle-version="3.9.0"
ch.elexis.core.ui;bundle-version="3.9.0",
ch.elexis.core
Bundle-RequiredExecutionEnvironment: JavaSE-21
Import-Package: at.medevit.elexis.hin.auth.core
Import-Package: at.medevit.ch.artikelstamm,
at.medevit.elexis.hin.auth.core,
ch.elexis.mednet.webapi.core.service,
com.google.gson;version="[2.9.0,3.0.0)",
huthomas marked this conversation as resolved.
Show resolved Hide resolved
javax.xml.bind;version="[2.3.0,3.0.0)",
javax.xml.bind.annotation;version="[2.3.0,3.0.0)",
org.eclipse.wb.swt
Bundle-ActivationPolicy: lazy
Export-Package: org.iatrix.bestellung.rose
3 changes: 2 additions & 1 deletion bundles/org.iatrix.bestellung.rose/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ source.. = src/

bin.includes = META-INF/,\
.,\
plugin.xml
plugin.xml,\
rsc/
src.includes = build.xml
154 changes: 154 additions & 0 deletions bundles/org.iatrix.bestellung.rose/rsc/gs1/ecom/Order.xsd
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ecom_common="urn:gs1:ecom:ecom_common:xsd:3" xmlns:order="urn:gs1:ecom:order:xsd:3" xmlns:sh="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:shared_common="urn:gs1:shared:shared_common:xsd:3" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="urn:gs1:ecom:order:xsd:3" version="3.4.1">
<xsd:annotation>
<xsd:documentation><![CDATA[---------------------------
© Copyright GS1, 2019

GS1 is providing this XML Schema Definition file and resultant XML file as a service to interested industries.
This XML Schema Definition file and resultant XML file were developed through a consensus process of interested parties.

Although efforts have been made to ensure that the XML Schema Definition file and resultant XML file are correct, reliable, and technically
accurate, GS1 makes NO WARRANTY, EXPRESS OR IMPLIED, THAT THIS XML Schema Definition file and resultant XML file ARE
CORRECT, WILL NOT REQUIRE MODIFICATION AS EXPERIENCE AND TECHNOLOGICAL ADVANCES DICTATE, OR WILL BE SUITABLE FOR
ANY PURPOSE OR WORKABLE IN ANY APPLICATION, OR OTHERWISE. Use of the XML Schema Definition file and resultant XML
file are with the understanding that GS1 has no liability for any claim to the contrary, or for any damage or loss of any kind or nature.

Version Information:
Version Number: 3.4.1
Date of creation: November 2019

The schema and subsequent updates will be provided on the GS1 websites.
---------------------------
]]></xsd:documentation>
</xsd:annotation>
<xsd:import namespace="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" schemaLocation="../../sbdh/StandardBusinessDocumentHeader.xsd"/>
<xsd:import namespace="urn:gs1:shared:shared_common:xsd:3" schemaLocation="../shared/SharedCommon.xsd"/>
<xsd:import namespace="urn:gs1:ecom:ecom_common:xsd:3" schemaLocation="eComCommon.xsd"/>
<xsd:element name="orderMessage" type="order:OrderMessageType"/>
<xsd:complexType name="OrderLineItemDetailType">
<xsd:sequence>
<xsd:element name="requestedQuantity" type="shared_common:QuantityType"/>
<xsd:element name="orderLogisticalInformation" type="ecom_common:OrderLogisticalInformationType"/>
<xsd:element minOccurs="0" name="purchaseConditions" type="ecom_common:Ecom_DocumentReferenceType"/>
<xsd:element minOccurs="0" name="avpList" type="ecom_common:Ecom_AttributeValuePairListType"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="OrderLineItemType">
<xsd:sequence>
<xsd:element name="lineItemNumber" type="xsd:positiveInteger"/>
<xsd:element name="requestedQuantity" type="shared_common:QuantityType"/>
<xsd:element minOccurs="0" name="lineItemActionCode" type="ecom_common:LineItemActionCodeType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="additionalOrderLineInstruction" type="shared_common:Description200Type"/>
<xsd:element minOccurs="0" name="netAmount" type="shared_common:AmountType"/>
<xsd:element minOccurs="0" name="netPrice" type="shared_common:AmountType"/>
<xsd:element minOccurs="0" name="listPrice" type="shared_common:AmountType"/>
<xsd:element minOccurs="0" name="monetaryAmountExcludingTaxes" type="shared_common:AmountType"/>
<xsd:element minOccurs="0" name="monetaryAmountIncludingTaxes" type="shared_common:AmountType"/>
<xsd:element minOccurs="0" name="itemPriceBaseQuantity" type="shared_common:QuantityType"/>
<xsd:element minOccurs="0" name="parentLineItemNumber" type="xsd:positiveInteger"/>
<xsd:element minOccurs="0" name="recommendedRetailPrice" type="shared_common:AmountType"/>
<xsd:element minOccurs="0" name="orderLineItemInstructionCode" type="ecom_common:OrderInstructionCodeType"/>
<xsd:element minOccurs="0" name="orderLineItemPriority">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="35"/>
<xsd:minLength value="1"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" name="freeGoodsQuantity" type="shared_common:QuantityType"/>
<xsd:element minOccurs="0" name="note" type="shared_common:Description500Type"/>
<xsd:element minOccurs="0" name="extension" type="shared_common:ExtensionType"/>
<xsd:element minOccurs="0" name="itemSourceCode" type="ecom_common:ItemSourceCodeType"/>
<xsd:element minOccurs="0" name="orderInstructionCode" type="ecom_common:OrderInstructionCodeType"/>
<xsd:element minOccurs="0" name="returnReasonCode" type="ecom_common:PhysicalOrLogicalStateDescriptionCodeType"/>
<xsd:element name="transactionalTradeItem" type="ecom_common:TransactionalTradeItemType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="allowanceCharge" type="ecom_common:AllowanceChargeType"/>
<xsd:element minOccurs="0" name="shipmentTransportationInformation" type="ecom_common:ShipmentTransportationInformationType"/>
<xsd:element minOccurs="0" name="preferredManufacturer" type="ecom_common:TransactionalPartyType"/>
<xsd:element minOccurs="0" name="endCustomerRelatedDetails" type="ecom_common:EndCustomerRelatedDetailsType"/>
<xsd:element minOccurs="0" name="deliveryDateAccordingToSchedule" type="shared_common:DateOptionalTimeType"/>
<xsd:element minOccurs="0" name="latestDeliveryDate" type="shared_common:DateOptionalTimeType"/>
<xsd:element minOccurs="0" name="orderPackagingInstructions" type="order:OrderPackagingInstructionsType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="administrativeUnit" type="ecom_common:AdministrativeUnitType"/>
<xsd:element minOccurs="0" name="acceptableOverAllocation" type="ecom_common:AcceptableOverAllocationType"/>
<xsd:element minOccurs="0" name="returnableAssetIdentification" type="ecom_common:Ecom_ReturnableAssetIdentificationType"/>
<xsd:element minOccurs="0" name="euUniqueID" type="ecom_common:EuUniqueIDType"/>
<xsd:element minOccurs="0" name="promotionalDeal" type="ecom_common:Ecom_DocumentReferenceType"/>
<xsd:element minOccurs="0" name="purchaseConditions" type="ecom_common:Ecom_DocumentReferenceType"/>
<xsd:element minOccurs="0" name="materialSpecification" type="ecom_common:Ecom_DocumentReferenceType"/>
<xsd:element minOccurs="0" name="contract" type="ecom_common:Ecom_DocumentReferenceType"/>
<xsd:element minOccurs="0" name="despatchAdvice" type="ecom_common:Ecom_DocumentReferenceType"/>
<xsd:element minOccurs="0" name="customerDocumentReference" type="ecom_common:Ecom_DocumentReferenceType"/>
<xsd:element minOccurs="0" name="leviedDutyFeeTax" type="ecom_common:LeviedDutyFeeTaxType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="orderLineItemContact" type="shared_common:ContactType"/>
<xsd:element minOccurs="0" name="referencedOrder" type="ecom_common:ReferencedOrderType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="transactionalGenericReference" type="ecom_common:TransactionalGenericReferenceType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="orderLineItemDetail" type="order:OrderLineItemDetailType"/>
<xsd:element minOccurs="0" name="avpList" type="ecom_common:Ecom_AttributeValuePairListType"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="OrderMessageType">
<xsd:sequence>
<xsd:element ref="sh:StandardBusinessDocumentHeader"/>
<xsd:element maxOccurs="10000" name="order" type="order:OrderType"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="OrderPackagingInstructionsType">
<xsd:sequence>
<xsd:element minOccurs="0" name="itemPriceForLabelling" type="shared_common:AmountType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="additionalLabelText" type="shared_common:Description1000Type"/>
<xsd:element name="isArticleSurvaillanceEquipmentRequired" type="xsd:boolean"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="OrderType">
<xsd:complexContent>
<xsd:extension base="ecom_common:EcomDocumentType">
<xsd:sequence>
<xsd:element name="orderIdentification" type="ecom_common:Ecom_EntityIdentificationType"/>
<xsd:element minOccurs="0" name="orderTypeCode" type="ecom_common:OrderTypeCodeType"/>
<xsd:element minOccurs="0" name="isApplicationReceiptAcknowledgementRequired" type="xsd:boolean"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="orderInstructionCode" type="ecom_common:OrderInstructionCodeType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="additionalOrderInstruction" type="shared_common:Description1000Type"/>
<xsd:element minOccurs="0" name="isOrderFreeOfExciseTaxDuty" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="totalMonetaryAmountExcludingTaxes" type="shared_common:AmountType"/>
<xsd:element minOccurs="0" name="totalMonetaryAmountIncludingTaxes" type="shared_common:AmountType"/>
<xsd:element minOccurs="0" name="totalTaxAmount" type="shared_common:AmountType"/>
<xsd:element minOccurs="0" name="orderEntryType" type="ecom_common:OrderEntryTypeCodeType"/>
<xsd:element minOccurs="0" name="orderPriority">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="35"/>
<xsd:minLength value="1"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="0" name="note" type="shared_common:Description500Type"/>
<xsd:element minOccurs="0" name="orderChangeReasonCode" type="ecom_common:ErrorOrWarningCodeType"/>
<xsd:element name="buyer" type="ecom_common:TransactionalPartyType"/>
<xsd:element name="seller" type="ecom_common:TransactionalPartyType"/>
<xsd:element minOccurs="0" name="billTo" type="ecom_common:TransactionalPartyType"/>
<xsd:element minOccurs="0" name="pickupFrom" type="ecom_common:TransactionalPartyType"/>
<xsd:element minOccurs="0" name="customsBroker" type="ecom_common:TransactionalPartyType"/>
<xsd:element name="orderLogisticalInformation" type="ecom_common:OrderLogisticalInformationType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="paymentTerms" type="ecom_common:PaymentTermsType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="allowanceCharge" type="ecom_common:AllowanceChargeType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="referencedOrder" type="ecom_common:ReferencedOrderType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="administrativeUnit" type="ecom_common:AdministrativeUnitType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="structuredNote" type="ecom_common:StructuredNoteType"/>
<xsd:element minOccurs="0" name="tradeAgreement" type="ecom_common:Ecom_DocumentReferenceType"/>
<xsd:element minOccurs="0" name="promotionalDeal" type="ecom_common:Ecom_DocumentReferenceType"/>
<xsd:element minOccurs="0" name="quoteNumber" type="ecom_common:Ecom_DocumentReferenceType"/>
<xsd:element minOccurs="0" name="contract" type="ecom_common:Ecom_DocumentReferenceType"/>
<xsd:element minOccurs="0" name="customerDocumentReference" type="ecom_common:Ecom_DocumentReferenceType"/>
<xsd:element minOccurs="0" name="currencyExchangeRateInformation" type="shared_common:CurrencyExchangeRateInformationType"/>
<xsd:element minOccurs="0" name="deliveryTerms" type="ecom_common:DeliveryTermsType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="transactionalGenericReference" type="ecom_common:TransactionalGenericReferenceType"/>
<xsd:element minOccurs="0" name="deliveryDateAccordingToSchedule" type="shared_common:DateOptionalTimeType"/>
<xsd:element minOccurs="0" name="latestDeliveryDate" type="shared_common:DateOptionalTimeType"/>
<xsd:element maxOccurs="unbounded" name="orderLineItem" type="order:OrderLineItemType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>
Loading