Skip to content

Commit

Permalink
AccessRightParameterAssignment - TypeOfProofRef (#599)
Browse files Browse the repository at this point in the history
* adding typesOfProofRequiredRef

* typoesOfProofRequired changed typesOfProofAccepted and some typos

* Update netex_accessRightParameter_version.xsd

* Lint and update documentation tables

* Update xsd/netex_part_3/part3_fares/netex_accessRightParameter_version.xsd

Co-authored-by: trurlurl <[email protected]>

* Update xsd/netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd

* include DEPRECATED elements

* Update xsd/netex_part_3/part3_fares/netex_accessRightParameter_version.xsd

Co-authored-by: trurlurl <[email protected]>

* Update xsd/netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd

Co-authored-by: trurlurl <[email protected]>

* Update xsd/netex_part_3/part3_fares/netex_accessRightParameter_version.xsd

Co-authored-by: Stefan de Konink <[email protected]>

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: trurlurl <[email protected]>
Co-authored-by: Stefan de Konink <[email protected]>
  • Loading branch information
4 people authored Jun 22, 2024
1 parent 539e798 commit 2583637
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/functions/newModes/NewModes-CarClubExample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,9 @@
<Name>Qualified driver</Name>
<UserType>adult</UserType>
<MinimumAge>18</MinimumAge>
<typesOfProofRequiredRef>
<typesOfProofAcceptedRef>
<TypeOfProofRef versionRef="external" ref="driving_licence"/>
</typesOfProofRequiredRef>
</typesOfProofAcceptedRef>
</UserProfile>
</limitations>
</GenericParameterAssignment>
Expand Down
3 changes: 3 additions & 0 deletions examples/functions/newModes/NewModes-CarPoolingExample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,9 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
<Name>Adult</Name>
<UserType>adult</UserType>
<MinimumAge>16</MinimumAge>
<typesOfProofAcceptedRef>
<TypeOfProofRef versionRef="external" ref="id"/>
</typesOfProofAcceptedRef>
<SmokingAllowed>true</SmokingAllowed>
<PetsAllowed>true</PetsAllowed>
<DetourAccepted>false</DetourAccepted>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,16 @@ Rail transport, Roads and Road transport
<xsd:element ref="TypeOfFareProductRef" minOccurs="0"/>
<xsd:element ref="TypeOfUsageParameterRef" minOccurs="0"/>
<xsd:element ref="TypeOfConcessionRef" minOccurs="0"/>
<xsd:element ref="TypeOfProofRef" minOccurs="0"/>
<xsd:element ref="TypeOfProofRef" minOccurs="0">
<xsd:annotation>
<xsd:documentation>DEPRECATED. Use typesOfProofAcceptedRef. -V2.0</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="typesOfProofAcceptedRef" type="typesOfProofRefs_RelStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Types of document accepted as proof of identity - open values. +v2.0</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
<xsd:group name="SalesOfferValidityParametersGroup">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Rail transport, Roads and Road transport
<!-- ==== TYPE OF PROOF ================================================== -->
<xsd:complexType name="typesOfProofRefs_RelStructure">
<xsd:annotation>
<xsd:documentation>Type for a list of TYOP OF PRROF .</xsd:documentation>
<xsd:documentation>Type for a list of TYPE OF PROOF.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="oneToManyRelationshipStructure">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,12 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:element name="typesOfProofRequiredRef" type="typesOfProofRefs_RelStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Types of Document accepted as proof of identify - open values. +v1.2.2</xsd:documentation>
<xsd:documentation>Types of document required as proof of identify. DEPRECATED. Use typesOfProofAcceptedRef. -V2.0</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="typesOfProofAcceptedRef" type="typesOfProofRefs_RelStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Types of document accepted as proof of identify - open values. +v2.0</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DiscountBasis" type="DiscountBasisEnumeration" minOccurs="0">
Expand Down

0 comments on commit 2583637

Please sign in to comment.