Skip to content

Commit

Permalink
include DEPRECATED elements
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Jun 5, 2024
1 parent a67eba1 commit d774535
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,11 @@ 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 typesOfProofAccededRef. -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. +v1.2.2</xsd:documentation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ Rail transport, Roads and Road transport
<xsd:documentation>Type of document accepted as proof of eligibility.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="typesOfProofRequireddRef" type="typesOfProofRefs_RelStructure" minOccurs="0">
<xsd:annotation>
<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>
Expand Down

0 comments on commit d774535

Please sign in to comment.