Skip to content

Commit cb69e50

Browse files
committed
Redo pull #336
1 parent 7a1af73 commit cb69e50

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

xsd/netex_framework/netex_genericFramework/netex_assignment_version.xsd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ 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 Abstract Assignment An Assignment 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 other element. It has a name and an order.</xsd:documentation>
6464
</xsd:annotation>
6565
</xsd:element>
6666
<xsd:complexType name="Assignment_VersionStructure_" abstract="true">
6767
<xsd:annotation>
68-
<xsd:documentation>Type for ASSIGNMENT.</xsd:documentation>
68+
<xsd:documentation>Type for ASSIGNMENT.</xsd:documentation>
6969
</xsd:annotation>
7070
<xsd:complexContent>
7171
<xsd:extension base="DataManagedObjectStructure">
@@ -74,15 +74,15 @@ Rail transport, Roads and Road transport
7474
</xsd:sequence>
7575
<xsd:attribute name="order" type="xsd:integer">
7676
<xsd:annotation>
77-
<xsd:documentation>Order in which to show ASSIGNMENT,</xsd:documentation>
77+
<xsd:documentation>Order in which to show an ASSIGNMENT.</xsd:documentation>
7878
</xsd:annotation>
7979
</xsd:attribute>
8080
</xsd:extension>
8181
</xsd:complexContent>
8282
</xsd:complexType>
8383
<xsd:group name="AssignmentGroup">
8484
<xsd:annotation>
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>
85+
<xsd:documentation>Elements for an ASSIGNMENT. An ASSIGNMENT assigns a property to an another element. It has a name and an order.</xsd:documentation>
8686
</xsd:annotation>
8787
<xsd:sequence>
8888
<xsd:element name="Name" type="MultilingualString" minOccurs="0">
@@ -92,14 +92,14 @@ Rail transport, Roads and Road transport
9292
</xsd:element>
9393
<xsd:element name="Description" type="MultilingualString" minOccurs="0">
9494
<xsd:annotation>
95-
<xsd:documentation>Description of ASSIGNMENT.</xsd:documentation>
95+
<xsd:documentation>Description of ASSIGNMENT.</xsd:documentation>
9696
</xsd:annotation>
9797
</xsd:element>
9898
</xsd:sequence>
9999
</xsd:group>
100100
<xsd:element name="Assignment" abstract="true" substitutionGroup="Assignment_">
101101
<xsd:annotation>
102-
<xsd:documentation>A set of properties to be applied to an another element. It has a name and an order.</xsd:documentation>
102+
<xsd:documentation>A set of properties to be applied to an another element. It has a name and an order.</xsd:documentation>
103103
</xsd:annotation>
104104
<xsd:complexType>
105105
<xsd:complexContent>
@@ -122,7 +122,7 @@ Rail transport, Roads and Road transport
122122
</xsd:element>
123123
<xsd:complexType name="Assignment_VersionStructure" abstract="true">
124124
<xsd:annotation>
125-
<xsd:documentation>Type for ASSIGNMENT.</xsd:documentation>
125+
<xsd:documentation>Type for ASSIGNMENT.</xsd:documentation>
126126
</xsd:annotation>
127127
<xsd:complexContent>
128128
<xsd:restriction base="Assignment_VersionStructure_">

0 commit comments

Comments
 (0)