Skip to content

Commit

Permalink
Redo pull #336
Browse files Browse the repository at this point in the history
  • Loading branch information
skinkie committed Nov 3, 2023
1 parent 7a1af73 commit cb69e50
Showing 1 changed file with 7 additions and 7 deletions.
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

0 comments on commit cb69e50

Please sign in to comment.