Skip to content

Commit

Permalink
EED XSD update (TEDEFO-3445) to include item legal framework (Label, …
Browse files Browse the repository at this point in the history
…ecoDesign, GPP ...)
  • Loading branch information
YvesJo committed Sep 11, 2024
1 parent 9b9e82b commit f721527
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions schemas/common/EFORMS-ExtensionAggregateComponents-2.3.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@
<xsd:complexType name="ProcurementDetailsType">
<xsd:sequence>
<xsd:element ref="efbc:AssetCategoryCode" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="efbc:LegalFrameworkCode" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="efac:AssetLabel" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="efac:AssetMetric" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="efac:StrategicProcurementStatistics" minOccurs="0" maxOccurs="unbounded"/>
Expand Down
6 changes: 6 additions & 0 deletions schemas/common/EFORMS-ExtensionBasicComponents-2.3.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<xsd:element name="ItemClassificationDescription" type="ItemClassificationDescriptionType"/>
<xsd:element name="LabelDescription" type="LabelDescriptionType"/>
<xsd:element name="LabelCode" type="LabelCodeType"/>
<xsd:element name="LegalFrameworkCode" type="LegalFrameworkCodeType"/>
<xsd:element name="ListedOnRegulatedMarketIndicator" type="ListedOnRegulatedMarketIndicatorType"/>
<xsd:element name="ModifiedContractIdentifier" type="ModifiedContractIdentifierType"/>
<xsd:element name="MeasureCode" type="MeasureCodeType"/>
Expand Down Expand Up @@ -333,6 +334,11 @@
<xsd:restriction base="udt:CodeType"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LegalFrameworkCodeType">
<xsd:simpleContent>
<xsd:restriction base="udt:CodeType"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ListedOnRegulatedMarketIndicatorType">
<xsd:simpleContent>
<xsd:restriction base="udt:IndicatorType"/>
Expand Down

0 comments on commit f721527

Please sign in to comment.