Skip to content

Commit

Permalink
Fixed typo's (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
skinkie authored Feb 1, 2022
1 parent d06ed9b commit 6d1ba04
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Rail transport, Roads and Road transport
<xsd:attributeGroup ref="ReferenceModificationDetailsGroup"/>
<xsd:attribute name="modification" type="ModificationEnumeration" use="optional">
<xsd:annotation>
<xsd:documentation>Nature of last modification: new, revise, delete, undchanged;</xsd:documentation>
<xsd:documentation>Nature of last modification: new, revise, delete, unchanged;</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ref" type="ObjectIdType" use="required">
Expand All @@ -111,15 +111,15 @@ Rail transport, Roads and Road transport
</xsd:attribute>
<xsd:attribute name="versionRef" type="VersionIdType" use="optional">
<xsd:annotation>
<xsd:documentation>Identifier of version of eferenced entity. For use when refenece is External and a specific version is required. Mutually exclusive with version</xsd:documentation>
<xsd:documentation>Identifier of version of referenced entity. For use when refenece is External and a specific version is required. Mutually exclusive with version</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:element name="OrderedVersionOfObjectRef" type="OrderedVersionOfObjectRefStructure">
<xsd:annotation>
<xsd:documentation>Reference to a NeTEx Object . i.e. concrete instance of an ENTITY may include a version. Implements a one to one relationship by reference.</xsd:documentation>
<xsd:documentation>Reference to a NeTEx Object i.e. concrete instance of an ENTITY may include a version. Implements a one to one relationship by reference.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="OrderedVersionOfObjectRefStructure">
Expand Down Expand Up @@ -196,7 +196,7 @@ Rail transport, Roads and Road transport
<xsd:attributeGroup ref="ReferenceModificationDetailsGroup"/>
<xsd:attribute name="modification" type="ModificationEnumeration" use="optional">
<xsd:annotation>
<xsd:documentation>Nature of last modification: new, revise, delete, undchanged;</xsd:documentation>
<xsd:documentation>Nature of last modification: new, revise, delete, unchanged;</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ref" type="ObjectIdType" use="required">
Expand All @@ -206,7 +206,7 @@ Rail transport, Roads and Road transport
</xsd:attribute>
<xsd:attribute name="versionRef" type="VersionIdType" use="optional">
<xsd:annotation>
<xsd:documentation>Identifier of version of eferenced entity. For use when refenece is External and a specific version is required. Mutually exclusive with version</xsd:documentation>
<xsd:documentation>Identifier of version of referenced entity. For use when refenece is External and a specific version is required. Mutually exclusive with version</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
Expand Down

0 comments on commit 6d1ba04

Please sign in to comment.