Skip to content

Added new UsageParameter OnboardValidity. #53

Open
seime wants to merge 1 commit intomasterfrom
usageparameter_onboard_validity
Open

Added new UsageParameter OnboardValidity. #53
seime wants to merge 1 commit intomasterfrom
usageparameter_onboard_validity

Conversation

@seime
Copy link
Copy Markdown

@seime seime commented Mar 15, 2022

Defines temporal validity with respect to boardingtime in various scenarios

                        <xsd:enumeration value="validAtBoardingTime">
				<xsd:annotation>
					<xsd:documentation>The access right is considered to be valid temporally on the same PT RIDE LEG if it was valid at boarding time. 
						Typically used when the traveller is required to validate when boarding on each PT RIDE LEG.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="validAtStartOfServiceJourney">
				<xsd:annotation>
					<xsd:documentation>The access right is considered to be valid temporally on the same PT RIDE LEG if it was valid at this SERVICE JOURNEY's first SCHEDULED STOP POINT. 
						Typically used when the traveller can board a vehicle without validating as long as the traveller already have a temporally valid access right.
					In addition, since the actual place of boarding is unknown, the controller may ask the traveller's departure stop in and compare the answer to the JOURNEY PATTERN STOP TIMES</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="validAtAllTimesWhileOnboard">
				<xsd:annotation>
					<xsd:documentation>The access right must be temporally valid at all times when the passenger is onboard. Typically used when the traveller can board a vehicle without validating as long as the traveller already have a temporally valid access right.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>

Copy link
Copy Markdown

@syversenkr syversenkr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pdd er opprinnelige (allerede mergede) enum-verdier beskrevet på datatypen.
Sørg for å oppdatere dokumentasjonen når merget:
https://enturas.atlassian.net/wiki/spaces/PUBLIC/pages/1638137934/fares#OnboardValidity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants