Skip to content

Commit 70c9953

Browse files
authored
Typo's (#647)
* Typo's * Typo's * As requested
1 parent 33b670e commit 70c9953

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

xsd/netex_framework/netex_utility/netex_utility_types.xsd

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
NJSK Review ColourSystem and ColourName should be type xsd:normalizedString, not xsd:string.
2727
</Date>
2828
<Date><Modified>2019-03-25</Modified>SBB23 CD #57. Add new BackgroundColour and BackgroundColourName attributes to Presentation and PrintPresentation elements.
29-
Add icon to TypeOfInfolink enum values
29+
Add icon to TypeOfInfoLink enum values
3030
</Date>
3131
<Date><Modified>2019-03-30</Modified>FR49 CD #53 Accessibility Changes
3232
NJSK revise: Add FontSizeEnum as a general property
@@ -350,7 +350,7 @@ Rail transport, Roads and Road transport
350350
</xsd:element>
351351
<xsd:element name="TextColourName" type="xsd:normalizedString" minOccurs="0">
352352
<xsd:annotation>
353-
<xsd:documentation>Name of default colour value for printed text associated with entity, in specified ColourSystem.</xsd:documentation>
353+
<xsd:documentation>Name of default colour value for printed text associated with entity, in specified ColourSystem.</xsd:documentation>
354354
</xsd:annotation>
355355
</xsd:element>
356356
<xsd:element name="TextFont" type="xsd:normalizedString" minOccurs="0">
@@ -396,7 +396,7 @@ Rail transport, Roads and Road transport
396396
<!-- ======================================================================= -->
397397
<xsd:simpleType name="CurrencyType">
398398
<xsd:annotation>
399-
<xsd:documentation>Type for a Currency . Based on ISO 4717 values.</xsd:documentation>
399+
<xsd:documentation>Type for a Currency. Based on ISO 4717 values.</xsd:documentation>
400400
</xsd:annotation>
401401
<xsd:restriction base="xsd:NMTOKEN">
402402
<xsd:minLength value="3"/>
@@ -418,9 +418,9 @@ Rail transport, Roads and Road transport
418418
<xsd:restriction base="xsd:decimal"/>
419419
</xsd:simpleType>
420420
<!-- ======================================================================= -->
421-
<xsd:simpleType name="TypeOfInfolinkEnumeration">
421+
<xsd:simpleType name="TypeOfInfoLinkEnumeration">
422422
<xsd:annotation>
423-
<xsd:documentation>Enumeration of Uses of language.</xsd:documentation>
423+
<xsd:documentation>Enumeration of functional classification of an info link.</xsd:documentation>
424424
</xsd:annotation>
425425
<xsd:restriction base="xsd:string">
426426
<xsd:enumeration value="contact"/>
@@ -453,21 +453,21 @@ Rail transport, Roads and Road transport
453453
</xsd:element>
454454
<xsd:complexType name="InfoLinkStructure">
455455
<xsd:annotation>
456-
<xsd:documentation>Type for Info LinK.</xsd:documentation>
456+
<xsd:documentation>Type for Info Link.</xsd:documentation>
457457
</xsd:annotation>
458458
<xsd:simpleContent>
459459
<xsd:extension base="xsd:anyURI">
460460
<xsd:attribute name="typeOfInfoLink">
461461
<xsd:annotation>
462-
<xsd:documentation>Functional classifcation of infolink</xsd:documentation>
462+
<xsd:documentation>Functional classifcation of an info link.</xsd:documentation>
463463
</xsd:annotation>
464464
<xsd:simpleType>
465-
<xsd:list itemType="TypeOfInfolinkEnumeration"/>
465+
<xsd:list itemType="TypeOfInfoLinkEnumeration"/>
466466
</xsd:simpleType>
467467
</xsd:attribute>
468468
<xsd:attribute name="targetPlatform">
469469
<xsd:annotation>
470-
<xsd:documentation>Software platform for which link is targeted, eg ios, android</xsd:documentation>
470+
<xsd:documentation>Software platform for which link is targeted, e.g. iOS, Android.</xsd:documentation>
471471
</xsd:annotation>
472472
</xsd:attribute>
473473
</xsd:extension>

0 commit comments

Comments
 (0)