Skip to content

Commit

Permalink
add FareQuota
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Dec 12, 2023
1 parent 1804f5e commit 8f4f89b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/functions/fares/rail/Netex_era_distance_ro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1857,6 +1857,7 @@ Dear travelers, we inform you that no reservations are made at this time. Thank
<DiscountingRuleRef ref="tfc:TFC@Common@rate@tva_tax"/>
</RuleStepResult>
</ruleStepResults>
<FareQuota>100</FareQuota>
<SupplementProductRef ref="tfc:TFC@Trip_Supplement@Seat_Reservation" version="01"/>
</FareProductPrice>
</prices>
Expand Down Expand Up @@ -8836,4 +8837,4 @@ c
</frames>
</CompositeFrame>
</dataObjects>
</PublicationDelivery>
</PublicationDelivery>
5 changes: 5 additions & 0 deletions xsd/netex_part_3/part3_fares/netex_fareProduct_version.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,11 @@ Rail transport, Roads and Road transport
<xsd:documentation>Pricing Elements for a FARE PRODUCT PRICE.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="FareQuota" type="xsd:integer" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Offered tickets in this FARE PRODUCT. When absent, the number of remaining tickets is unknown or it is not limited. In most cases if the FareQuota is zero then the FareProduct is sold out.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="FareProductRef" minOccurs="0"/>
</xsd:sequence>
</xsd:group>
Expand Down

0 comments on commit 8f4f89b

Please sign in to comment.