diff --git a/xsd/netex_framework/netex_responsibility/netex_validityCondition_support.xsd b/xsd/netex_framework/netex_responsibility/netex_validityCondition_support.xsd index 5c42c40ca..a6b2daf72 100644 --- a/xsd/netex_framework/netex_responsibility/netex_validityCondition_support.xsd +++ b/xsd/netex_framework/netex_responsibility/netex_validityCondition_support.xsd @@ -95,9 +95,9 @@ Rail transport, Roads and Road transport - + - Allowed values for Boolean operations. + Allowed values for logical operations. See https://en.wikipedia.org/wiki/Logic_gate @@ -107,17 +107,32 @@ Rail transport, Roads and Road transport - Successive elements are logically ORed together; comparison must satisfy at least one specified value. + Successive elements are logically ORed together; comparison must satisfy at least one specified value. - Specified elements must be different from the given value. + Specified elements must be different from the given value. If the number of specified elements is equal to 1, the function negates it. If the number of specified elements > 1, this operator is equal to the NOR operator - Successive elements are logically ORed together; comparison must satisfy only one specified value. + Successive elements are logically ORed together; comparison must satisfy only one specified value. + + + + + Successive elements are logically ANDed together; comparison must satisfy all specified values. The result is then negated. + + + + + Successive elements are logically ORed together; comparison must satisfy at least one specified value. The result is then negated. + + + + + Successive elements are logically ORed together; comparison must satisfy only one specified value. The result is then negated. diff --git a/xsd/netex_part_3/part3_fares/netex_accessRightParameter_version.xsd b/xsd/netex_part_3/part3_fares/netex_accessRightParameter_version.xsd index b670e3e89..bc4af747a 100644 --- a/xsd/netex_part_3/part3_fares/netex_accessRightParameter_version.xsd +++ b/xsd/netex_part_3/part3_fares/netex_accessRightParameter_version.xsd @@ -266,7 +266,7 @@ Rail transport, Roads and Road transport Limiting USAGE PARAMETER Elements or ACCESS RIGHT PARAMETER ASSIGNMENT. - + Operator for Grouping Scope Elements: logical OR, AND, NOT. Default is AND. @@ -289,7 +289,7 @@ Rail transport, Roads and Road transport Comparison Operator for comparing Validity Erlements valeus. Defalut is EQ. - + Operator for Grouping Scope Elements: logical OR, AND, NOT. Default is AND. @@ -735,7 +735,7 @@ Rail transport, Roads and Road transport Elements for compound GENERIC PARAMETER ASSIGNMENT. - + Operator for Grouping Scope Elements. Default is OR. diff --git a/xsd/netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd b/xsd/netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd index 2ea59ff79..7c208a693 100644 --- a/xsd/netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd +++ b/xsd/netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd @@ -458,7 +458,7 @@ Rail transport, Roads and Road transport Elements for Compound SPECIFIC PARAMETER ASSIGNMENT. - + Operator for Grouping Scope Elements. Default is OR.