Skip to content
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 @@ -101,25 +101,24 @@ Rail transport, Roads and Road transport
<xsd:documentation>This is a definition of a new entity.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="delete">
<xsd:enumeration value="revise">
<xsd:annotation>
<xsd:documentation>This is a deletion of an existing entity.</xsd:documentation>
<xsd:documentation>This is a revision to an existing entity. All values are replaced.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="revise">
<xsd:enumeration value="delete">
<xsd:annotation>
<xsd:documentation>This is a revision to an existing entity. All values are replaced.</xsd:documentation>
<xsd:documentation>This is a deletion of an existing entity.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="unchanged">
<xsd:annotation>
<xsd:documentation>This is a repeat of the values to an entity that has not change since the previous version. All values are replaced.</xsd:documentation>
<xsd:documentation>This is a repeat of the values to an entity that has not change since the previous version. All values are replaced.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="delta">
<xsd:annotation>
<xsd:documentation>This is just the changes to a previous version of an entity. Optional values are only provided if they have changed.
</xsd:documentation>
<xsd:documentation>This is just the changes to a previous version of an entity. Optional values are only provided if they have changed.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
Expand Down Expand Up @@ -161,7 +160,7 @@ Rail transport, Roads and Road transport
</xsd:attribute>
<xsd:attribute name="modification" type="ModificationEnumeration" use="optional" default="new">
<xsd:annotation>
<xsd:documentation>Nature of last modification: new, revise, delete, unchanged (default is new).</xsd:documentation>
<xsd:documentation>Nature of last modification: new, revise, delete, unchanged, delta. Default is "new".</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="version" type="VersionIdType" use="optional">
Expand All @@ -171,7 +170,7 @@ Rail transport, Roads and Road transport
</xsd:attribute>
<xsd:attribute name="status" type="StatusEnumeration" use="optional" default="active">
<xsd:annotation>
<xsd:documentation>Whether ENTITY is currently in use. Default is "released"</xsd:documentation>
<xsd:documentation>Whether ENTITY is currently in use. Default is "active".</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="derivedFromVersionRef" type="VersionIdType" use="optional">
Expand Down