Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update netex_assignment_version.xsd #336

Closed
wants to merge 10 commits into from
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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 an order.</xsd:documentation>
skinkie marked this conversation as resolved.
Show resolved Hide resolved
</xsd:annotation>
</xsd:element>
<xsd:complexType name="Assignment_VersionStructure_" abstract="true">
Expand All @@ -76,15 +76,15 @@ Rail transport, Roads and Road transport
</xsd:sequence>
<xsd:attribute name="order" type="xsd:integer">
<xsd:annotation>
<xsd:documentation>Order in which to show ASSIGNMENT,</xsd:documentation>
<xsd:documentation>Order in which to show ASSIGNMENT</xsd:documentation>
skinkie marked this conversation as resolved.
Show resolved Hide resolved
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</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 a ASSIGNMENT. An Assigment assigns a property to another element. It has a name and an order.</xsd:documentation>
skinkie marked this conversation as resolved.
Show resolved Hide resolved
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Name" type="MultilingualString" minOccurs="0">
Expand Down