Skip to content

Commit

Permalink
Typo's assigNment (#443)
Browse files Browse the repository at this point in the history
* Update netex_timeDemandType_support.xsd

Fix typo TimeDemandAssigNment

* More assignment typo's

* Typo's assigNment
  • Loading branch information
skinkie authored Jun 1, 2023
1 parent ba3baf4 commit 1284876
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<xsd:include schemaLocation="../netex_responsibility/netex_relationship.xsd"/>
<xsd:annotation>
<xsd:appinfo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Rail transport, Roads and Road transport
<!-- ======================================================================= -->
<xsd:element name="Assignment_" type="DataManagedObjectStructure" abstract="true" substitutionGroup="DataManagedObject">
<xsd:annotation>
<xsd:documentation>Dummy Abtsract Assignment An Assigment assigns a property to an assignment element. It has a name and n order.</xsd:documentation>
<xsd:documentation>Dummy Abstract Assignment An Assignment assigns a property to an assignment element. It has a name and n order.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="Assignment_VersionStructure_" abstract="true">
Expand All @@ -82,7 +82,7 @@ Rail transport, Roads and Road transport
</xsd:complexType>
<xsd:group name="AssignmentGroup">
<xsd:annotation>
<xsd:documentation>Elements for a ASSIGNMENT. An Assigment assignes a property to an aelent element. It has a name and n order.</xsd:documentation>
<xsd:documentation>Elements for an ASSIGNMENT. An Assignment assignes a property to an aelent element. It has a name and n order.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Name" type="MultilingualString" minOccurs="0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Date>
<Modified>2014-03-31</Modified>
</Date>
<Date><Modified>2017-05-09</Modified>Allow Notices to be inlined within an assigment - packaging improvement
<Date><Modified>2017-05-09</Modified>Allow Notices to be inlined within an assignment - packaging improvement
</Date>
<Date><Modified>2017-07-03</Modified>Generalise COMMON SECTION TO SECTION REF
</Date>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,24 +98,24 @@ Rail transport, Roads and Road transport
</xsd:simpleContent>
</xsd:complexType>
<!-- ==TimeDemand========================================================== -->
<xsd:simpleType name="TimeDemandTypeAssigmentIdType">
<xsd:simpleType name="TimeDemandTypeAssignmentIdType">
<xsd:annotation>
<xsd:documentation>Type for identifier of a TIME DEMAND ASSIGNMENT.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="AssignmentIdType"/>
</xsd:simpleType>
<xsd:element name="TimeDemandTypeAssigmentRef" type="TimeDemandTypeAssigmentRefStructure" substitutionGroup="AssignmentRef">
<xsd:element name="TimeDemandTypeAssignmentRef" type="TimeDemandTypeAssignmentRefStructure" substitutionGroup="AssignmentRef">
<xsd:annotation>
<xsd:documentation>Reference to a TIME DEMAND ASSIGNMENT.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="TimeDemandTypeAssigmentRefStructure">
<xsd:complexType name="TimeDemandTypeAssignmentRefStructure">
<xsd:annotation>
<xsd:documentation>Type for a reference to a TIME DEMAND ASSIGNMENT.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="AssignmentRefStructure">
<xsd:attribute name="ref" type="TimeDemandTypeAssigmentIdType" use="required">
<xsd:attribute name="ref" type="TimeDemandTypeAssignmentIdType" use="required">
<xsd:annotation>
<xsd:documentation>Identifier of a TIME DEMAND ASSIGNMENT.</xsd:documentation>
</xsd:annotation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Rail transport, Roads and Road transport
<xsd:group ref="TimeDemandTypeAssignmentGroup"/>
</xsd:sequence>
</xsd:sequence>
<xsd:attribute name="id" type="TimeDemandTypeAssigmentIdType"/>
<xsd:attribute name="id" type="TimeDemandTypeAssignmentIdType"/>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Rail transport, Roads and Road transport
<xsd:include schemaLocation="../../netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd"/>
<xsd:element name="TravelSpecificationSummaryView" type="TravelSpecificationSummaryViewStructure">
<xsd:annotation>
<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>
<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>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="TravelSpecificationSummaryViewStructure">
Expand Down

0 comments on commit 1284876

Please sign in to comment.