Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarifications in documentation for GroupTicket #589

Merged
merged 2 commits into from
Dec 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Rail transport, Roads and Road transport
<!-- ====GROUP TICKET=================================================== -->
<xsd:element name="GroupTicket" abstract="false" substitutionGroup="UsageParameter_">
<xsd:annotation>
<xsd:documentation>The number and characteristics of persons entitled to travel in addition to the holder of an access right.</xsd:documentation>
<xsd:documentation>The number and characteristics of persons entitled to travel including the holder of the access right.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
Expand Down Expand Up @@ -315,27 +315,27 @@ Rail transport, Roads and Road transport
</xsd:group>
<xsd:group name="GroupTicketSizeGroup">
<xsd:annotation>
<xsd:documentation>Group size elements for GROUP TICKET Group.</xsd:documentation>
<xsd:documentation>Group size elements for GROUP TICKET Group. This includes the ticket holder(s).</xsd:documentation>
ue71603 marked this conversation as resolved.
Show resolved Hide resolved
</xsd:annotation>
<xsd:sequence>
<xsd:element name="MinimumNumberOfPersons" type="NumberOfPassengers" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Maximum number of persons overall allowed on GROUP TICKET.</xsd:documentation>
<xsd:documentation>Minimal number of persons overall allowed on GROUP TICKET.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MaximumNumberOfPersons" type="NumberOfPassengers" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Maximum number of persons overall allowed on GROUP TICKET.</xsd:documentation>
<xsd:documentation>Maximum number of persons overall allowed on GROUP TICKET (card holders and companions).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MinimumNumberOfCardHolders" type="NumberOfPassengers" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Minium number of card holders needed on GROUP TICKET, if any.</xsd:documentation>
<xsd:documentation>Minimum number of card holders needed on GROUP TICKET, if any.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="companionProfiles" type="companionProfiles_RelStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Minimum and maximum numbers of users in each category allowed on GROUP TICKET.</xsd:documentation>
<xsd:documentation>Minimum and maximum numbers of users in each category allowed on GROUP TICKET.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
Expand Down