Skip to content

Commit

Permalink
typoesOfProofRequired changed typesOfProofAccepted and some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Apr 11, 2024
1 parent 3dc3535 commit e5456dd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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
4 changes: 2 additions & 2 deletions examples/functions/newModes/NewModes-CarPoolingExample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -600,9 +600,9 @@ In addition CUSTOMER PURCHASE PACKAGES showing the parameters that might be held
<Name>Adult</Name>
<UserType>adult</UserType>
<MinimumAge>16</MinimumAge>
<typesOfProofRequiredRef>
<typesOfProofAcceptedRef>
<TypeOfProofRef versionRef="external" ref="id"/>
</typesOfProofRequiredRef>
</typesOfProofAcceptedRef>
<SmokingAllowed>true</SmokingAllowed>
<PetsAllowed>true</PetsAllowed>
<DetourAccepted>false</DetourAccepted>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ 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">
<xsd:element name="typesOfProofAcceptedRef" 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 accepted as proof of identify - open values. +v1.2.2</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ChargingBasis" type="ChargingBasisEnumeration" default="any" minOccurs="0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,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 @@ -140,9 +140,9 @@ 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="typesOfProofRequiredRef" type="typesOfProofRefs_RelStructure" minOccurs="0">
<xsd:element name="typesOfProofAcceptedRef" 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 accepted as proof of identify - open values. +v1.2.2</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DiscountBasis" type="DiscountBasisEnumeration" minOccurs="0">
Expand Down

0 comments on commit e5456dd

Please sign in to comment.