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

Redo pull #336 #543

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ Rail transport, Roads and Road transport
<!-- ======================================================================= -->
<xsd:element name="Assignment_" type="DataManagedObjectStructure" abstract="true" substitutionGroup="DataManagedObject">
<xsd:annotation>
<xsd:documentation>Dummy Abstract Assignment An Assignment 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 other element. It has a name and an order.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="Assignment_VersionStructure_" abstract="true">
<xsd:annotation>
<xsd:documentation>Type for ASSIGNMENT.</xsd:documentation>
<xsd:documentation>Type for ASSIGNMENT.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="DataManagedObjectStructure">
Expand All @@ -74,15 +74,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 an ASSIGNMENT.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:group name="AssignmentGroup">
<xsd:annotation>
<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:documentation>Elements for an ASSIGNMENT. An ASSIGNMENT assigns a property to an another element. It has a name and an order.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Name" type="MultilingualString" minOccurs="0">
Expand All @@ -92,14 +92,14 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:element name="Description" type="MultilingualString" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Description of ASSIGNMENT.</xsd:documentation>
<xsd:documentation>Description of ASSIGNMENT.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
<xsd:element name="Assignment" abstract="true" substitutionGroup="Assignment_">
<xsd:annotation>
<xsd:documentation>A set of properties to be applied to an another element. It has a name and an order.</xsd:documentation>
<xsd:documentation>A set of properties to be applied to an another element. It has a name and an order.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
Expand All @@ -122,7 +122,7 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:complexType name="Assignment_VersionStructure" abstract="true">
<xsd:annotation>
<xsd:documentation>Type for ASSIGNMENT.</xsd:documentation>
<xsd:documentation>Type for ASSIGNMENT.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:restriction base="Assignment_VersionStructure_">
Expand Down