Skip to content

Commit

Permalink
created new schema with the new location setup-nr element
Browse files Browse the repository at this point in the history
  • Loading branch information
metas-ts committed Jan 21, 2021
1 parent af81b42 commit ce2cce3
Showing 1 changed file with 9 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,13 @@
<xsd:attribute ref="TrxName"/>
<xsd:attribute ref="AD_Session_ID"/>
</xsd:complexType>
<xsd:complexType name="EDI_Exp_C_BPartner_LocationType">
<xsd:sequence>
<xsd:element minOccurs="0" name="GLN" type="xsd:string"/>
<xsd:element name="Name" type="xsd:string"/>
<xsd:element minOccurs="0" name="Setup_Place_No" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EDI_Exp_C_CurrencyType">
<xsd:sequence>
<xsd:element minOccurs="0" name="CurSymbol" type="xsd:string"/>
Expand Down Expand Up @@ -730,26 +737,6 @@
<xsd:attribute ref="TrxName"/>
<xsd:attribute ref="AD_Session_ID"/>
</xsd:complexType>
<xsd:complexType name="EDI_Exp_C_BPartner_LocationType">
<xsd:sequence>
<xsd:element minOccurs="0" name="GLN" type="xsd:string"/>
<xsd:element name="Name" type="xsd:string"/>
</xsd:sequence>
<xsd:attribute ref="AD_Client_Value"/>
<xsd:attribute ref="ReplicationEvent"/>
<xsd:attribute ref="ReplicationMode"/>
<xsd:attribute ref="ReplicationType"/>
<xsd:attribute fixed="*" name="Version" type="xsd:string">
<xsd:annotation>
<xsd:appinfo>
<jaxb:property name="VersionAttr"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="SequenceNo"/>
<xsd:attribute ref="TrxName"/>
<xsd:attribute ref="AD_Session_ID"/>
</xsd:complexType>
<xsd:complexType name="EDI_Exp_DesadvLine_PackType">
<xsd:sequence>
<xsd:element minOccurs="0" name="IPA_SSCC18" type="xsd:string"/>
Expand All @@ -761,6 +748,8 @@
<xsd:element minOccurs="0" name="M_HU_PackagingCode_LU_Text" type="xsd:string"/>
<xsd:element minOccurs="0" name="M_HU_PackagingCode_TU_Text" type="xsd:string"/>
<xsd:element minOccurs="0" name="C_UOM_ID" type="EDI_Exp_C_UOMType"/>
<xsd:element minOccurs="0" name="GTIN_LU_PackingMaterial" type="xsd:string"/>
<xsd:element minOccurs="0" name="GTIN_TU_PackingMaterial" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EDI_Exp_DesadvLineType">
Expand Down

0 comments on commit ce2cce3

Please sign in to comment.