Skip to content

Commit 1284876

Browse files
authored
Typo's assigNment (#443)
* Update netex_timeDemandType_support.xsd Fix typo TimeDemandAssigNment * More assignment typo's * Typo's assigNment
1 parent ba3baf4 commit 1284876

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

xsd/netex_framework/netex_genericFramework/netex_assignment_support.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:core="http://www.govtalk.gov.uk/core" xmlns="http://www.netex.org.uk/netex" xmlns:netex="http://www.netex.org.uk/netex" targetNamespace="http://www.netex.org.uk/netex" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" id="netex_assigment_support">
2+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:core="http://www.govtalk.gov.uk/core" xmlns="http://www.netex.org.uk/netex" xmlns:netex="http://www.netex.org.uk/netex" targetNamespace="http://www.netex.org.uk/netex" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" id="netex_assignment_support">
33
<xsd:include schemaLocation="../netex_responsibility/netex_relationship.xsd"/>
44
<xsd:annotation>
55
<xsd:appinfo>

xsd/netex_framework/netex_genericFramework/netex_assignment_version.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Rail transport, Roads and Road transport
6060
<!-- ======================================================================= -->
6161
<xsd:element name="Assignment_" type="DataManagedObjectStructure" abstract="true" substitutionGroup="DataManagedObject">
6262
<xsd:annotation>
63-
<xsd:documentation>Dummy Abtsract Assignment An Assigment assigns a property to an assignment element. It has a name and n order.</xsd:documentation>
63+
<xsd:documentation>Dummy Abstract Assignment An Assignment assigns a property to an assignment element. It has a name and n order.</xsd:documentation>
6464
</xsd:annotation>
6565
</xsd:element>
6666
<xsd:complexType name="Assignment_VersionStructure_" abstract="true">
@@ -82,7 +82,7 @@ Rail transport, Roads and Road transport
8282
</xsd:complexType>
8383
<xsd:group name="AssignmentGroup">
8484
<xsd:annotation>
85-
<xsd:documentation>Elements for a ASSIGNMENT. An Assigment assignes a property to an aelent element. It has a name and n order.</xsd:documentation>
85+
<xsd:documentation>Elements for an ASSIGNMENT. An Assignment assignes a property to an aelent element. It has a name and n order.</xsd:documentation>
8686
</xsd:annotation>
8787
<xsd:sequence>
8888
<xsd:element name="Name" type="MultilingualString" minOccurs="0">

xsd/netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<Date>
1919
<Modified>2014-03-31</Modified>
2020
</Date>
21-
<Date><Modified>2017-05-09</Modified>Allow Notices to be inlined within an assigment - packaging improvement
21+
<Date><Modified>2017-05-09</Modified>Allow Notices to be inlined within an assignment - packaging improvement
2222
</Date>
2323
<Date><Modified>2017-07-03</Modified>Generalise COMMON SECTION TO SECTION REF
2424
</Date>

xsd/netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,24 +98,24 @@ Rail transport, Roads and Road transport
9898
</xsd:simpleContent>
9999
</xsd:complexType>
100100
<!-- ==TimeDemand========================================================== -->
101-
<xsd:simpleType name="TimeDemandTypeAssigmentIdType">
101+
<xsd:simpleType name="TimeDemandTypeAssignmentIdType">
102102
<xsd:annotation>
103103
<xsd:documentation>Type for identifier of a TIME DEMAND ASSIGNMENT.</xsd:documentation>
104104
</xsd:annotation>
105105
<xsd:restriction base="AssignmentIdType"/>
106106
</xsd:simpleType>
107-
<xsd:element name="TimeDemandTypeAssigmentRef" type="TimeDemandTypeAssigmentRefStructure" substitutionGroup="AssignmentRef">
107+
<xsd:element name="TimeDemandTypeAssignmentRef" type="TimeDemandTypeAssignmentRefStructure" substitutionGroup="AssignmentRef">
108108
<xsd:annotation>
109109
<xsd:documentation>Reference to a TIME DEMAND ASSIGNMENT.</xsd:documentation>
110110
</xsd:annotation>
111111
</xsd:element>
112-
<xsd:complexType name="TimeDemandTypeAssigmentRefStructure">
112+
<xsd:complexType name="TimeDemandTypeAssignmentRefStructure">
113113
<xsd:annotation>
114114
<xsd:documentation>Type for a reference to a TIME DEMAND ASSIGNMENT.</xsd:documentation>
115115
</xsd:annotation>
116116
<xsd:simpleContent>
117117
<xsd:restriction base="AssignmentRefStructure">
118-
<xsd:attribute name="ref" type="TimeDemandTypeAssigmentIdType" use="required">
118+
<xsd:attribute name="ref" type="TimeDemandTypeAssignmentIdType" use="required">
119119
<xsd:annotation>
120120
<xsd:documentation>Identifier of a TIME DEMAND ASSIGNMENT.</xsd:documentation>
121121
</xsd:annotation>

xsd/netex_part_1/part1_tacticalPlanning/netex_timeDemandType_version.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Rail transport, Roads and Road transport
239239
<xsd:group ref="TimeDemandTypeAssignmentGroup"/>
240240
</xsd:sequence>
241241
</xsd:sequence>
242-
<xsd:attribute name="id" type="TimeDemandTypeAssigmentIdType"/>
242+
<xsd:attribute name="id" type="TimeDemandTypeAssignmentIdType"/>
243243
</xsd:restriction>
244244
</xsd:complexContent>
245245
</xsd:complexType>

xsd/netex_part_3/part3_salesTransactions/netex_travelSpecificationSummary_version.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Rail transport, Roads and Road transport
7878
<xsd:include schemaLocation="../../netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd"/>
7979
<xsd:element name="TravelSpecificationSummaryView" type="TravelSpecificationSummaryViewStructure">
8080
<xsd:annotation>
81-
<xsd:documentation>Summary of key aspects of TRAVEL SPECIFICATION. +V1.1. This data should all be derivable from the PARAMATER ASSIGMENTs. v+1.1</xsd:documentation>
81+
<xsd:documentation>Summary of key aspects of TRAVEL SPECIFICATION. +V1.1. This data should all be derivable from the PARAMATER ASSIGNMENTs. v+1.1</xsd:documentation>
8282
</xsd:annotation>
8383
</xsd:element>
8484
<xsd:complexType name="TravelSpecificationSummaryViewStructure">

0 commit comments

Comments
 (0)