You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,23 @@ For new features, the decision between targetting v2.1-wip or v3.0-wip will be m
112
112
113
113
_Upcoming: templates for Pull Request_
114
114
115
+
### The use of AI in this repo 🤖
116
+
117
+
In this repository, the use of AI should follow these guidelines. The guiding principle is that any contributor is ultimately reponsible for their work on NeTEx and they should be the last reviewer of any AI-guided work before submitting it for peer-review; in other words, only contributors can be authors or co-authors of any change made to NeTEx.
118
+
119
+
AI **can** be used for:
120
+
- Generation of code for contributors to work on the XSD by themselves,
121
+
- Analysis of any change proposed to the XSD before it is edited / commented / approved,
122
+
- Improvements to the general language in the documentation (i.e, anything in `<xsd:annotation>` and `<xsd:documentation>`) or to check for typos in any work.
123
+
124
+
AI **cannot** be used for:
125
+
- Committing a change in a Pull Request, i.e. the AI agent cannot be an author or co-author of any commit,
126
+
- Authoring a change, i.e. the AI agent cannot be an author or co-author of any Pull Request,
127
+
- Automated code review as a stand alone action, i.e. the result of a review must be proof-read by a contributor,
128
+
- Produce documentation from scratch (i.e, anything in `<xsd:annotation>` and `<xsd:documentation>` should be proof-read by a contributor if it was suggested by AI).
129
+
130
+
In case you have a GitHub Pro account, please disable the feature `Automated Copilot code review` before contributing here.
<xsd:documentation>The assignment of a fare collection parameter (referring to geography, time, quality or usage) to an element of a fare system (access right, validated access, control mean, etc.).</xsd:documentation>
@@ -184,7 +184,7 @@ Rail transport, Roads and Road transport
<xsd:documentation>The assignment of a fare collection parameter (referring to geography, time, quality or usage) to an element of a fare system (access right, validated access, control mean, etc.).</xsd:documentation>
@@ -294,7 +294,7 @@ Rail transport, Roads and Road transport
<xsd:documentation>OPTIMISED version whcih can be be used only in line assues ID of comtainign context -no id checking. A price for which a discount can be offered.</xsd:documentation>
769
+
<xsd:documentation>OPTIMISED version which can be used only in line; assumes ID of containing context -no ID checking. A price for which a discount can be offered.</xsd:documentation>
<xsd:documentation>Type for containment in frame of FARE Prices.</xsd:documentation>
@@ -364,7 +364,7 @@ Rail transport, Roads and Road transport
364
364
<xsd:documentation>Record of amount deducted by a price rule calculation, e.g. an additional tax step. If PRICING RULES are chained there may be multiple steps to record.
365
365
The source of the input price can be indicated by a FARE PRICE REF of some sort.
366
366
The RULE STEP RESULT Amount is the resulting net price after the pricing rule has been applied to the input amount.
367
-
The RULE STEP RESULT Adjustment Amount is the difference beteen the original input price and the RULE STEP RESULT Amount (so it is possible to derive the input price amount by adding the the Adjustment to the Net Amount. A similar computation can be done for any units.</xsd:documentation>
367
+
The RULE STEP RESULT Adjustment Amount is the difference between the original input price and the RULE STEP RESULT Amount (so it is possible to derive the input price amount by adding the Adjustment to the Net Amount. A similar computation can be done for any units.</xsd:documentation>
0 commit comments