Skip to content

Commit

Permalink
Updated to eForms SDK 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jul 31, 2024
1 parent e627dc1 commit 608dc60
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,9 @@ For further information on the Universal Business Language can be found on the f

# News and noteworthy

* v9.0.2 - work in progress
* Updated to UBL 2.4 final
* v9.0.2 - 2024-07-31
* Updated to UBL 2.4 final (no XSD changes compared to CS01)
* Updated to eForms SDK 1.12.0
* Extended all `UBL..Marshaller` classes with a `getAllBaseXSDs ()` API
* v9.0.1 - 2024-03-28
* Updated to ph-commons 11.1.5
Expand Down
Binary file added ph-ubl-eforms/docs/eForms-SDK-1.10.3.zip
Binary file not shown.
Binary file added ph-ubl-eforms/docs/eForms-SDK-1.12.0.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Library: eForms project
http://docs.oasis-open.org/ubl/csprd01-UBL-2.3/
Release Date: DD MMM 2021
Module: xsd/common/EFORMS-ExtensionBasicComponents-2.3.xsd
Module: xsd/common/EFORMS-ExtensionAggregateComponents-2.3.xsd
Created on: 2021-03-01
Copyright (c) Publications Office of the European Union.
-->
Expand Down Expand Up @@ -126,6 +126,7 @@
</xsd:complexType>
<xsd:complexType name="AppealStatusType">
<xsd:sequence>
<xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cbc:Date" minOccurs="1" maxOccurs="1"/>
<xsd:element ref="cbc:Title" minOccurs="1" maxOccurs="unbounded"/>
<xsd:element ref="cbc:Description" minOccurs="1" maxOccurs="unbounded"/>
Expand Down Expand Up @@ -200,6 +201,7 @@
<xsd:complexType name="ChangesType">
<xsd:sequence>
<xsd:element ref="efbc:ChangedNoticeIdentifier" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="efbc:ModifiedContractIdentifier" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="efac:Change" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="efac:ChangeReason" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
Expand Down Expand Up @@ -253,6 +255,7 @@
<xsd:sequence>
<xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cbc:CriterionTypeCode" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cbc:TendererRequirementTypeCode" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cbc:Name" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="cbc:WeightNumeric" minOccurs="0" maxOccurs="1"/>
Expand Down Expand Up @@ -336,6 +339,8 @@
<xsd:element ref="efac:FieldsPrivacy" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1"/>
<xsd:element ref="cbc:RankCode" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="efbc:ForeignSubsidiesMeasuresCode" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="efbc:ForeignSubsidiesMeasuresDescription" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="efbc:PublicTransportationCumulatedDistance" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="efbc:TenderRankedIndicator" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="efbc:TenderVariantIndicator" minOccurs="0" maxOccurs="1"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
<xsd:element name="ExtendedDurationIndicator" type="ExtendedDurationIndicatorType"/>
<xsd:element name="FieldIdentifierCode" type="FieldIdentifierCodeType"/>
<xsd:element name="FinancingIdentifier" type="FinancingIdentifierType"/>
<xsd:element name="ForeignSubsidiesMeasuresCode" type="ForeignSubsidiesMeasuresCodeType"/>
<xsd:element name="ForeignSubsidiesMeasuresDescription" type="ForeignSubsidiesMeasuresDescriptionType"/>
<xsd:element name="FrameworkMaximumAmount" type="FrameworkMaximumAmountType"/>
<xsd:element name="GazetteID" type="GazetteIDType"/>
<xsd:element name="GroupType" type="GroupTypeType"/>
Expand All @@ -48,6 +50,7 @@
<xsd:element name="IrregularityTypeCode" type="IrregularityTypeCodeType"/>
<xsd:element name="ItemClassificationDescription" type="ItemClassificationDescriptionType"/>
<xsd:element name="ListedOnRegulatedMarketIndicator" type="ListedOnRegulatedMarketIndicatorType"/>
<xsd:element name="ModifiedContractIdentifier" type="ModifiedContractIdentifierType"/>
<xsd:element name="NaturalPersonIndicator" type="NaturalPersonIndicatorType"/>
<xsd:element name="NonAwardJustificationCode" type="NonAwardJustificationCodeType"/>
<xsd:element name="NoticePublicationID" type="NoticePublicationIDType"/>
Expand Down Expand Up @@ -226,6 +229,16 @@
<xsd:restriction base="udt:IdentifierType"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ForeignSubsidiesMeasuresCodeType">
<xsd:simpleContent>
<xsd:restriction base="udt:CodeType"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ForeignSubsidiesMeasuresDescriptionType">
<xsd:simpleContent>
<xsd:restriction base="udt:TextType"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="FrameworkMaximumAmountType">
<xsd:simpleContent>
<xsd:restriction base="udt:AmountType"/>
Expand Down Expand Up @@ -276,6 +289,11 @@
<xsd:restriction base="udt:IndicatorType"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ModifiedContractIdentifierType">
<xsd:simpleContent>
<xsd:restriction base="udt:IdentifierType"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="NaturalPersonIndicatorType">
<xsd:simpleContent>
<xsd:restriction base="udt:IndicatorType"/>
Expand Down

0 comments on commit 608dc60

Please sign in to comment.