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

AccessRightParameterAssignment - TypeOfProofRef #599

Merged
merged 11 commits into from
Jun 22, 2024
Merged
3 changes: 3 additions & 0 deletions examples/functions/newModes/NewModes-CarPoolingExample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,9 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
<Name>Adult</Name>
<UserType>adult</UserType>
<MinimumAge>16</MinimumAge>
<typesOfProofRequiredRef>
<TypeOfProofRef versionRef="external" ref="id"/>
</typesOfProofRequiredRef>
<SmokingAllowed>true</SmokingAllowed>
<PetsAllowed>true</PetsAllowed>
<DetourAccepted>false</DetourAccepted>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,11 @@ Rail transport, Roads and Road transport
</xsd:annotation>
</xsd:element>
<xsd:element ref="TypeOfAccessRightAssignmentRef" minOccurs="0"/>
<xsd:element name="typesOfProofRequiredRef" type="typesOfProofRefs_RelStructure" minOccurs="0">
ue71603 marked this conversation as resolved.
Show resolved Hide resolved
<xsd:annotation>
<xsd:documentation>Types of Document accepted as proof of identify - open values. +v1.2.2</xsd:documentation>
ue71603 marked this conversation as resolved.
Show resolved Hide resolved
</xsd:annotation>
</xsd:element>
<xsd:element name="ChargingBasis" type="ChargingBasisEnumeration" default="any" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Whether ACCESS RIGHT ASSIGNMENT is chargable or not.</xsd:documentation>
Expand Down