From 44d17ee2f9886caa3b0b4639880c123f63a1a3ef Mon Sep 17 00:00:00 2001 From: Kristian Syversen Date: Thu, 1 Oct 2020 17:40:21 +0200 Subject: [PATCH] Fixed incorrect/inconsistent documentation strings for attribute definitions of 'modification' and 'status'. Plus re-ordered enumeration type ModificationEnumeration to match NeTEx spec. (Minor cleanup only, NO functional change in the XSD.) --- .../netex_version_support.xsd | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/xsd/netex_framework/netex_responsibility/netex_version_support.xsd b/xsd/netex_framework/netex_responsibility/netex_version_support.xsd index 1bcdf2387..ebe9baaaf 100644 --- a/xsd/netex_framework/netex_responsibility/netex_version_support.xsd +++ b/xsd/netex_framework/netex_responsibility/netex_version_support.xsd @@ -101,25 +101,24 @@ Rail transport, Roads and Road transport This is a definition of a new entity. - + - This is a deletion of an existing entity. + This is a revision to an existing entity. All values are replaced. - + - This is a revision to an existing entity. All values are replaced. + This is a deletion of an existing entity. - This is a repeat of the values to an entity that has not change since the previous version. All values are replaced. + This is a repeat of the values to an entity that has not change since the previous version. All values are replaced. - This is just the changes to a previous version of an entity. Optional values are only provided if they have changed. - + This is just the changes to a previous version of an entity. Optional values are only provided if they have changed. @@ -161,7 +160,7 @@ Rail transport, Roads and Road transport - Nature of last modification: new, revise, delete, unchanged (default is new). + Nature of last modification: new, revise, delete, unchanged, delta. Default is "new". @@ -171,7 +170,7 @@ Rail transport, Roads and Road transport - Whether ENTITY is currently in use. Default is "released" + Whether ENTITY is currently in use. Default is "active".