ComponentName: WOString { value = d2wContext.componentName; } DebuggingEnabled: WOConditional { condition = d2wComponentNameDebuggingEnabled; } ExtraPropertyKeysRepetition: WORepetition { item = d2wContext.propertyKey; list = extraDisplayPropertyKeys; } HasExtraPropertyKeysConditional: ERXNonZeroConditional { condition = extraDisplayPropertyKeys.count; } PropertyKey: WOString { value = d2wContext.propertyKey; } PropertyKeySwitchComponent: WOSwitchComponent { WOComponentName = d2wContext.componentName; localContext = d2wContext; }