Skip to content

Commit

Permalink
Merge pull request #985 from OP-TED/feature/EED-XSD_TEDEFO-3445
Browse files Browse the repository at this point in the history
Updating the XSD for EED (TEDEF0-3445)
  • Loading branch information
YvesJo committed Aug 7, 2024
2 parents 3c2b04b + 8221c25 commit f5f88cc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions schemas/common/EFORMS-ExtensionAggregateComponents-2.3.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
<xsd:element name="AppealsInformation" type="AppealsInformationType"/>
<xsd:element name="AppealingParty" type="AppealingPartyType"/>
<xsd:element name="Asset" type="AssetType"/>
<xsd:element name="AssetLabel" type="AssetLabelType"/>
<xsd:element name="AssetMetric" type="StatisticsType"/>
<xsd:element name="AssetsList" type="AssetsListType"/>
<xsd:element name="AwardCriterionParameter" type="AwardCriterionParameterType"/>
<xsd:element name="BusinessPartyGroup" type="BusinessPartyGroupType"/>
Expand Down Expand Up @@ -166,6 +168,12 @@
<xsd:element ref="efbc:AssetPredominance" minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="AssetLabelType">
<xsd:sequence>
<xsd:element ref="efbc:LabelCode" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="efbc:LabelDescription" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="AssetsListType">
<xsd:sequence>
<xsd:element ref="efac:Asset" minOccurs="1" maxOccurs="unbounded"/>
Expand Down Expand Up @@ -433,6 +441,8 @@
<xsd:complexType name="ProcurementDetailsType">
<xsd:sequence>
<xsd:element ref="efbc:AssetCategoryCode" 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"/>
</xsd:sequence>
</xsd:complexType>
Expand Down
12 changes: 12 additions & 0 deletions schemas/common/EFORMS-ExtensionBasicComponents-2.3.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
<xsd:element name="GroupLeadIndicator" type="GroupLeadIndicatorType"/>
<xsd:element name="IrregularityTypeCode" type="IrregularityTypeCodeType"/>
<xsd:element name="ItemClassificationDescription" type="ItemClassificationDescriptionType"/>
<xsd:element name="LabelDescription" type="LabelDescriptionType"/>
<xsd:element name="LabelCode" type="LabelCodeType"/>
<xsd:element name="ListedOnRegulatedMarketIndicator" type="ListedOnRegulatedMarketIndicatorType"/>
<xsd:element name="ModifiedContractIdentifier" type="ModifiedContractIdentifierType"/>
<xsd:element name="NaturalPersonIndicator" type="NaturalPersonIndicatorType"/>
Expand Down Expand Up @@ -284,6 +286,16 @@
<xsd:restriction base="udt:TextType"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LabelDescriptionType">
<xsd:simpleContent>
<xsd:restriction base="udt:TextType"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LabelCodeType">
<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 f5f88cc

Please sign in to comment.